Merge "Trivial: Update pypi url to new url"

This commit is contained in:
Zuul 2018-04-20 15:35:15 +00:00 committed by Gerrit Code Review
commit 48e17b3422
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ Prerequisites
------------- -------------
Mistral Workflow Language supports Mistral Workflow Language supports
`YAQL <https://pypi.python.org/pypi/yaql>`__ and `YAQL <https://pypi.org/project/yaql>`__ and
`Jinja2 <http://jinja.pocoo.org/docs/dev/>`__ expression languages to reference `Jinja2 <http://jinja.pocoo.org/docs/dev/>`__ expression languages to reference
workflow context variables and thereby implements passing data between workflow workflow context variables and thereby implements passing data between workflow
tasks. It's also referred to as Data Flow mechanism. YAQL is a simple but tasks. It's also referred to as Data Flow mechanism. YAQL is a simple but
@ -61,7 +61,7 @@ takes advantage of supported query languages to define expressions in workflow
and action definitions. and action definitions.
- Yet Another Markup Language (YAML): http://yaml.org - Yet Another Markup Language (YAML): http://yaml.org
- Yet Another Query Language (YAQL): https://pypi.python.org/pypi/yaql/1.0.0 - Yet Another Query Language (YAQL): https://pypi.org/project/yaql/1.0.0
- Jinja 2: http://jinja.pocoo.org/docs/dev/ - Jinja 2: http://jinja.pocoo.org/docs/dev/
Workflows Workflows