Skip to content

Commit 0208069

Browse files
fix broken empy link
1 parent f2e2a30 commit 0208069

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/hyperlinks.rst.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.. _Cylc Discourse Forum (7-to-8 topic): https://cylc.discourse.group/c/cylc/7-to-8/13
1010
.. _DataPoint: https://www.metoffice.gov.uk/services/data/datapoint
1111
.. _Discourse: https://cylc.discourse.group/
12-
.. _EmPy: http://www.alcyone.com/software/empy/
12+
.. _EmPy: https://pypi.org/project/empy/
1313
.. _FCM User Guide: http://metomi.github.io/fcm/doc/user_guide/
1414
.. _FCM: https://metomi.github.io/fcm/doc/
1515
.. _INI: https://en.wikipedia.org/wiki/INI_file

src/user-guide/writing-workflows/empy.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ Cylc also supports the EmPy template processor in workflow configurations.
77
Like :ref:`User Guide Jinja2`, EmPy provides variables, mathematical
88
expressions, loop control structures, conditional logic, etc., that gets
99
expanded to generate the final workflow configuration seen - which must must be
10-
valid Cylc syntax. See `EmPy documentation
11-
<http://www.alcyone.com/software/empy>`_ for details of its templating features
12-
and how to use them.
10+
valid Cylc syntax. See `EmPy`_ documentation
11+
for details of its templating features and how to use them.
1312

1413
.. note::
1514

0 commit comments

Comments
 (0)