Skip to content

Commit bdeb3ed

Browse files
authored
Replace erroneous markdown links w/RST (#315)
1 parent 4e54cad commit bdeb3ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorial_binary_cache.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ binary caches allow you to install pre-compiled binaries to your spack
2020
installation path. Together, these two features can speed up builds
2121
when 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

2727
By default, Spack comes configured with a source mirror in the cloud
2828
to 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

125125
A spack binary cache is made up of spack binary packages. Each spack
126126
binary 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>`_.
128128
When 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

Comments
 (0)