From e7da6af151f04f897d3faa81937e0412fcc3cc22 Mon Sep 17 00:00:00 2001 From: Tovin Seven <vinhnt@vn.fujitsu.com> Date: Fri, 20 Apr 2018 16:56:18 +0700 Subject: [PATCH] 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 --- doc/source/user/wf_lang_v2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user/wf_lang_v2.rst b/doc/source/user/wf_lang_v2.rst index 069cee3bf..e5f1e475a 100644 --- a/doc/source/user/wf_lang_v2.rst +++ b/doc/source/user/wf_lang_v2.rst @@ -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