]> granicus.if.org Git - llvm/commitdiff
[XRay][docs] Fix hyperlink to XRay doc
authorDean Michael Berris <dberris@google.com>
Thu, 6 Apr 2017 04:26:26 +0000 (04:26 +0000)
committerDean Michael Berris <dberris@google.com>
Thu, 6 Apr 2017 04:26:26 +0000 (04:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299624 91177308-0d34-0410-b5e6-96231b3b80d8

docs/XRayExample.rst

index 7f52552c7932ca74c2d1008fb223eb8cfbe17439..5dfb0bfaf29893f878442120de72487bfb57dad8 100644 (file)
@@ -13,9 +13,8 @@ Building with XRay
 ------------------
 
 To debug an application with XRay instrumentation, we need to build it with a
-Clang that supports the ``-fxray-instrument`` option. See `XRay
-<http://llvm.org/docs/XRay.html` for more technical details of how XRay works
-for background information.
+Clang that supports the ``-fxray-instrument`` option. See `XRay <XRay.html>`_
+for more technical details of how XRay works for background information.
 
 In our example, we need to add ``-fxray-instrument`` to the list of flags
 passed to Clang when building a binary. Note that we need to link with Clang as