Skip to content

Commit

Permalink
fix refs
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Dec 2, 2024
1 parent 2304d57 commit 5a5432a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cylc/flow/cfgspec/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ def get_script_common_text(this: str, example: Optional[str] = None):
.. seealso::
- :ref:`task-run-modes`
- :ref:`task-run-modes.skip`
- :cylc:conf:`flow.cylc[runtime][<namespace>][skip]`
.. versionadded:: 8.4.0
Expand Down Expand Up @@ -1481,7 +1481,7 @@ def get_script_common_text(this: str, example: Optional[str] = None):
modes.
For a full description of simulation and dummy run modes see
:ref:`SimulationMode`.
:ref:`workflow-run-modes.simulation`.
'''):
Conf('default run length', VDR.V_INTERVAL, DurationFloat(10),
desc='''
Expand Down

0 comments on commit 5a5432a

Please sign in to comment.