[CUDA] Fix typo in link in CompileCudaWithLLVM.
authorJustin Lebar <jlebar@google.com>
Wed, 7 Sep 2016 20:42:24 +0000 (20:42 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 7 Sep 2016 20:42:24 +0000 (20:42 +0000)
llvm-svn: 280859

llvm/docs/CompileCudaWithLLVM.rst

index 04703319d95a189efb58ad63ae5f0cab7a8fe41e..96c482541395550073f514fb9c692ed94ae3a673 100644 (file)
@@ -42,7 +42,7 @@ Invoking clang
 Invoking clang for CUDA compilation works similarly to compiling regular C++.
 You just need to be aware of a few additional flags.
 
-You can use `this <https://gist.github.com/855e277884eb6b388cd2f00d956c2fd4>_`
+You can use `this <https://gist.github.com/855e277884eb6b388cd2f00d956c2fd4>`_
 program as a toy example.  Save it as ``axpy.cu``.  To build and run, run the
 following commands: