Skip to content

Commit fa00b9d

Browse files
committed
Fix package repo's tip reference
Signed-off-by: tldahlgren <35777542+tldahlgren@users.noreply.github.com>
1 parent c014d8e commit fa00b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial_packaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Spack has thousands of built-in packages that can serve as examples to guide the
590590

591591
.. tip::
592592

593-
You can find these packages under the `spack/spack-packages <https://github.com/spack/spack-packages> repository's ``repos/spack_repo/builtin/packages`` directory.
593+
You can find these packages under the :ref:`spack/spack-packages <https://github.com/spack/spack-packages>` repository's ``repos/spack_repo/builtin/packages`` directory.
594594

595595
Or use `spack pkg grep <https://spack.readthedocs.io/en/latest/command_index.html#spack-pkg>`_ to perform a query.
596596
For example, to find the paths to all builtin ``AutotoolsPackage`` packages, you can enter ``spack pkg grep AutotoolsPackage | sed "s/:.*//g" | sort -u``, which will search the packages in all of your configured repositories.

0 commit comments

Comments
 (0)