Skip to content

Commit ef65f18

Browse files
committed
Fix packaging guide link in tutorial_developer_workflows.rst
1 parent bce73cc commit ef65f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial_developer_workflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ There are a few gotchas with the ``spack develop`` command
156156
package as a dev package. Spack needs to know the version of the dev
157157
package so it can supply the correct flags for the package's build
158158
system. If a version is not supplied, then Spack will take the maximum version
159-
defined in the package where `infinity versions <https://spack.readthedocs.io/en/latest/packaging_guide.html#version-comparison>`_ like ``develop`` and ``main``
159+
defined in the package where `infinity versions <https://spack.readthedocs.io/en/latest/packaging_guide_creation.html#version-comparison>`_ like ``develop`` and ``main``
160160
have a higher value than the numeric versions.
161161
* 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.
162162
``spack add <package>`` with the matching version you want to develop is a way to ensure

0 commit comments

Comments
 (0)