Skip to content

Commit c9fabd4

Browse files
committed
doc: fix several broken links
Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 9e4226b commit c9fabd4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ instance :instopt:`--without-modulepath<--with-modulepath>`):
10081008
keep-loaded (``kL``) and warning (``W``).
10091009

10101010
For a complete SGR code reference, see
1011-
https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters.
1011+
https://en.wikipedia.org/wiki/ANSI_escape_code#Select_Graphic_Rendition_parameters.
10121012
(default=\ ``hi=1:db=2:tr=2:se=2:er=91:wa=93:me=95:in=94:mp=1;94:di=94:al=96:va=93:sy=95:de=4:cm=92:aL=100:L=90;47:H=2:F=41:nF=31;43:S=46:sS=44:kL=30;48;5;109:W=30;43``)
10131013

10141014
This installation option defines the default value of the :mconfig:`colors`

MIGRATING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3356,7 +3356,7 @@ selection of module versions. It copes very well with command-line typing, by
33563356
avoiding characters having a special meaning on shells. Moreover the users of
33573357
Spack that also are users of Modules may already be familiar with this syntax.
33583358

3359-
.. _version specifier syntax: https://spack.readthedocs.io/en/stable/basic_usage.html#version-specifier
3359+
.. _version specifier syntax: https://spack.readthedocs.io/en/latest/basic_usage.html#version-specifier
33603360
.. _Spack: https://github.com/spack/spack
33613361

33623362
The mechanism introduced here is called *advanced module version specifier*
@@ -3519,7 +3519,7 @@ options take as value a colon-separated list in the same fashion ``LS_COLORS``
35193519
does. In this list, output item that should be highlighted is designated by
35203520
a key which is associated to a `Select Graphic Rendition (SGR) code`_.
35213521

3522-
.. _Select Graphic Rendition (SGR) code: https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters
3522+
.. _Select Graphic Rendition (SGR) code: https://en.wikipedia.org/wiki/ANSI_escape_code#Select_Graphic_Rendition_parameters
35233523

35243524
The ``MODULES_TERM_BACKGROUND`` environment variable and the
35253525
``--with-terminal-background`` configure option help Modules to determine if

doc/source/cookbook/compiler-etc-dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ path does not exist (in this example ``$swroot/openmpi/4.0/1/gnu-8.2.0``) it wil
479479
abort in this fashion.
480480

481481
In the above, we have explicitly unloaded openmpi, switched the compilers, and
482-
then reloaded openmpi. A nice feature of `Flavours <Flavours extension>`_ is that it can handle the
482+
then reloaded openmpi. A nice feature of the `Flavours extension`_ is that it can handle the
483483
switching out of compilers or other modulefiles which other modulefiles depend on,
484484
as:
485485

doc/source/module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4750,7 +4750,7 @@ ENVIRONMENT
47504750
assembling the result into a complete SGR sequence (``\33[...m``). Common
47514751
values to concatenate include ``1`` for bold, ``4`` for underline, ``30`` to
47524752
``37`` for foreground colors and ``90`` to ``97`` for 16-color mode
4753-
foreground colors. See also https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters
4753+
foreground colors. See also https://en.wikipedia.org/wiki/ANSI_escape_code#Select_Graphic_Rendition_parameters
47544754
for a complete SGR code reference.
47554755

47564756
No graphical rendition will be applied to an output item that could normally

0 commit comments

Comments
 (0)