Skip to content

Commit 53ba700

Browse files
authored
Merge pull request #541 from oliver-sanders/quark
fix broken links
2 parents 4c627c2 + a82b793 commit 53ba700

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
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/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Syntax Highlighting For Workflow Configuration
6363

6464
Cylc provides syntax plugins for the following editors:
6565

66+
.. _language-cylc: https://github.com/cylc/language-cylc
6667
.. _Cylc.tmbundle: https://github.com/cylc/Cylc.tmbundle
6768
.. _vscode-cylc: https://marketplace.visualstudio.com/items?itemName=cylc.vscode-cylc
68-
.. _language-cylc: https://atom.io/packages/language-cylc
6969

7070
Atom
7171
install the `language-cylc`_ extension.

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)