@@ -20,9 +20,9 @@ binary caches allow you to install pre-compiled binaries to your spack
2020installation path. Together, these two features can speed up builds
2121when using spack within a larger development team.
2222
23- We will use the filesystem for the mirrors in this tutorial, but
24- mirrors can also be setup on web servers, in s3 buckets or even in [ OCI
25- registries]( https://spack.readthedocs.io/en/latest/binary_caches.html#oci-docker-v2-registries-as-build-cache) .
23+ We will use the filesystem for the mirrors in this tutorial, but mirrors can also be
24+ setup on web servers, in s3 buckets or even in ` OCI registries
25+ < https://spack.readthedocs.io/en/latest/binary_caches.html#oci-docker-v2-registries-as-build-cache> `_ .
2626
2727By default, Spack comes configured with a source mirror in the cloud
2828to increase download reliability. We've also already set up a mirror
@@ -124,7 +124,7 @@ binary caches as a way of solving this issue.
124124
125125A spack binary cache is made up of spack binary packages. Each spack
126126binary package, ending with a ``*.spack `` extension, is a tarball of an
127- installed spack package signed with a [ gpg signature]( https://www.gnupg.org) .
127+ installed spack package signed with a ` gpg signature < https://www.gnupg.org >`_ .
128128When you install a package from a mirror with a binary cache, spack
129129
130130* Checks to see if there is a spack binary package that exactly
0 commit comments