Skip to content

Commit 4b6f9cd

Browse files
committed
Add links to checksum verification and command
Signed-off-by: tldahlgren <dahlgren1@llnl.gov>
1 parent 9ad3cdf commit 4b6f9cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorial_packaging.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ The areas we need to modify are highlighted in the figure below.
100100

101101
.. note::
102102

103-
The `maintainers directive <https://spack.readthedocs.io/en/latest/packaging_guide_creation.html#maintainers>`_ holds a comma-separated list of **GitHub user name** for those accounts willing to be notified when a change is made to the package.
103+
The `maintainers directive <https://spack.readthedocs.io/en/latest/packaging_guide_creation.html#maintainers>`_ holds a comma-separated list of **GitHub user name**s for those accounts willing to be notified when a change is made to the package.
104104
They will be given an opportunity to review the changes.
105105
This information is useful for developers who maintain a Spack package for their own software and/or rely on software maintained by others.
106106
107-
Since we are providing a ``url``, we can confirm the checksum, or ``sha256`` calculation.
108-
Exit your editor to return to the command line and use the ``spack checksum`` command:
107+
Since we are providing a ``url``, we can `confirm the checksum <https://spack.readthedocs.io/en/latest/packaging_guide_creation.html#checksum-verification>`_, or ``sha256`` calculation.
108+
Exit your editor to return to the command line and use the `spack checksum <https://spack.readthedocs.io/en/latest/packaging_guide_creation.html#spack-checksum>`_ command:
109109

110110
.. literalinclude:: outputs/packaging/checksum-mpileaks-1.out
111111
:language: console

0 commit comments

Comments
 (0)