Trivial: Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: Ic260c2534d3b9ae0baca9ac11cb8b7ad4fc37184
This commit is contained in:
Tovin Seven 2018-04-20 16:56:18 +07:00
parent 644f705345
commit e7da6af151

View File

@ -30,7 +30,7 @@ Prerequisites
-------------
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
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
@ -61,7 +61,7 @@ takes advantage of supported query languages to define expressions in workflow
and action definitions.
- 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/
Workflows