From 00963149e19d5f48bbc21c3a2660996164084ce7 Mon Sep 17 00:00:00 2001 From: HDF-EOS Tools Information Center Date: Tue, 25 May 2021 00:09:07 -0500 Subject: [PATCH] Fix hyperlink formatting in docs (#23846) --- lib/spack/docs/build_systems/cudapackage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/docs/build_systems/cudapackage.rst b/lib/spack/docs/build_systems/cudapackage.rst index 2d148d04839..119d296ced6 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 `__. +Instead its goal is to simplify and unify usage of ``CUDA`` in other packages by providing a `mixin-class `_. You can find source for the package at ``__.