summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHDF-EOS Tools Information Center <eoshelp@hdfgroup.org>2021-05-25 00:09:07 -0500
committerGitHub <noreply@github.com>2021-05-25 07:09:07 +0200
commit00963149e19d5f48bbc21c3a2660996164084ce7 (patch)
tree9cd8345ec89d7326bda9ac9a4a414091f693d08f
parentfb2c3cce6d7cd31e33018a34d4982c3fd3bb0910 (diff)
downloadspack-00963149e19d5f48bbc21c3a2660996164084ce7.tar.gz
spack-00963149e19d5f48bbc21c3a2660996164084ce7.tar.bz2
spack-00963149e19d5f48bbc21c3a2660996164084ce7.tar.xz
spack-00963149e19d5f48bbc21c3a2660996164084ce7.zip
Fix hyperlink formatting in docs (#23846)
-rw-r--r--lib/spack/docs/build_systems/cudapackage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/build_systems/cudapackage.rst b/lib/spack/docs/build_systems/cudapackage.rst
index 2d148d0483..119d296ced 100644
--- a/lib/spack/docs/build_systems/cudapackage.rst
+++ b/lib/spack/docs/build_systems/cudapackage.rst
@@ -10,7 +10,7 @@ CudaPackage
-----------
Different from other packages, ``CudaPackage`` does not represent a build system.
-Instead its goal is to simplify and unify usage of ``CUDA`` in other packages by providing a ` mixin-class <https://en.wikipedia.org/wiki/Mixin>`__.
+Instead its goal is to simplify and unify usage of ``CUDA`` in other packages by providing a `mixin-class <https://en.wikipedia.org/wiki/Mixin>`_.
You can find source for the package at
`<https://github.com/spack/spack/blob/develop/lib/spack/spack/build_systems/cuda.py>`__.