Skip to content

Commit b30a2a2

Browse files
committed
Fix packaging guide links in tutorial_packaging.rst
1 parent b8c9704 commit b30a2a2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tutorial_packaging.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ As we fill in more information about the package, the ``spack info`` command wil
193193
<https://spack.readthedocs.io/en/latest/build_systems.html>`_.
194194

195195
More information on the build-time tests can be found at
196-
`<https://spack.readthedocs.io/en/latest/packaging_guide.html#build-time-tests>`_.
196+
`<https://spack.readthedocs.io/en/latest/packaging_guide_testing.html#build-time-tests>`_.
197197

198198
Refer to the links at the end of this section for more information.
199199

@@ -655,7 +655,7 @@ Testing an installation
655655
~~~~~~~~~~~~~~~~~~~~~~~
656656

657657
* `Checking an installation
658-
<https://spack.readthedocs.io/en/latest/packaging_guide.html#checking-an-installation>`_:
658+
<https://spack.readthedocs.io/en/latest/packaging_guide_testing.html#checking-an-installation>`_:
659659
for more information on adding tests that run at build-time and against an installation.
660660

661661
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -669,10 +669,10 @@ Using other build systems
669669
<https://spack-tutorial.readthedocs.io/en/latest/tutorial_buildsystems.html>`_:
670670
for tutorials on common build systems.
671671
* `Multiple Build Systems
672-
<https://spack.readthedocs.io/en/latest/packaging_guide.html#multiple-build-systems>`_:
672+
<https://spack.readthedocs.io/en/latest/packaging_guide_advanced.html#multiple-build-systems>`_:
673673
for a reference on writing packages with multiple build systems.
674674
* `Package Class Architecture
675-
<https://spack.readthedocs.io/en/latest/packaging_guide.html#package-class-architecture>`_:
675+
<https://spack.readthedocs.io/en/latest/developer_guide.html#package-class-architecture>`_:
676676
for more insight on the inner workings of ``Package`` and ``Builder`` classes.
677677
* `The GDAL Package
678678
<https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/gdal/package.py>`_:
@@ -683,5 +683,5 @@ Making a package externally detectable
683683
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
684684

685685
* `Making a package externally discoverable
686-
<https://spack.readthedocs.io/en/latest/packaging_guide.html#making-a-package-discoverable-with-spack-external-find>`_:
686+
<https://spack.readthedocs.io/en/latest/packaging_guide_advanced.html#making-a-package-discoverable-with-spack-external-find>`_:
687687
for making a package discoverable using the ``spack external find`` command.

0 commit comments

Comments
 (0)