Skip to content

Commit d116224

Browse files
authored
Merge pull request #2920 from vkarak/bugfix/docs-valid_systems
[doc] Fix broken docs links in valid_systems and valid_prog_environs sections
2 parents 7046154 + 1750cb6 commit d116224

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reframe/core/pipeline.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ def pipeline_hooks(cls):
198198
#:
199199
#: .. seealso::
200200
#: - `Environment features
201-
#: <config_reference.html#environments-.features>`__
201+
#: <config_reference.html#config.environments.features>`__
202202
#: - `Environment extras
203-
#: <config_reference.html#environments-.extras>`__
203+
#: <config_reference.html#config.environments.extras>`__
204204
#:
205205
#: .. versionchanged:: 2.12
206206
#: Programming environments can now be specified using wildcards.
@@ -268,9 +268,9 @@ def pipeline_hooks(cls):
268268
#:
269269
#: .. seealso::
270270
#: - `System partition features
271-
#: <config_reference.html#systems-.partitions-.features>`__
271+
#: <config_reference.html#config.systems.partitions.features>`__
272272
#: - `System partition extras
273-
#: <config_reference.html#systems-.partitions-.extras>`__
273+
#: <config_reference.html#config.systems.partitions.extras>`__
274274
#:
275275
#: .. versionchanged:: 3.3
276276
#: Default value changed from ``[]`` to ``None``.

0 commit comments

Comments
 (0)