Skip to content

Commit 899c70a

Browse files
authored
Fix links (#418)
* Fix links * Update tutorial_configuration.rst
1 parent 49e31e5 commit 899c70a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A partial list of some key configuration sections is provided below.
3838

3939
The full list of sections can be viewed with ``spack config list``.
4040
For further education we encourage you to explore the spack
41-
`documentation on configuration files https://spack.readthedocs.io/en/latest/configuration.html#configuration-files`_.
41+
`documentation on configuration files <https://spack.readthedocs.io/en/latest/configuration.html#configuration-files>`_.
4242

4343
The principle goals of this section of the tutorial are:
4444

tutorial_developer_workflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ There are a few gotchas with the spack develop command
172172
package as a dev package. Spack needs to know the version of the dev
173173
package so it can supply the correct flags for the package's build
174174
system. If a version is not supplied then spack will take the maximum version
175-
defined in the package where where `infinity versions https://spack.readthedocs.io/en/latest/packaging_guide.html#version-comparison`_ like ``develop`` and ``main``
175+
defined in the package where where `infinity versions <https://spack.readthedocs.io/en/latest/packaging_guide.html#version-comparison>`_ like ``develop`` and ``main``
176176
have a higher value than the numeric versions.
177177
* You should ensure a spec for the package you are developing appears in the DAG of at least one of the roots of the environment with the same version that you are developing.
178178
``spack add <package>`` with the matching version you want to develop is a way to ensure

0 commit comments

Comments
 (0)