[llvm] r299624 - [XRay][docs] Fix hyperlink to XRay doc

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 21:26:26 PDT 2017


Author: dberris
Date: Wed Apr  5 23:26:26 2017
New Revision: 299624

URL: http://llvm.org/viewvc/llvm-project?rev=299624&view=rev
Log:
[XRay][docs] Fix hyperlink to XRay doc

Modified:
    llvm/trunk/docs/XRayExample.rst

Modified: llvm/trunk/docs/XRayExample.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/XRayExample.rst?rev=299624&r1=299623&r2=299624&view=diff
==============================================================================
--- llvm/trunk/docs/XRayExample.rst (original)
+++ llvm/trunk/docs/XRayExample.rst Wed Apr  5 23:26:26 2017
@@ -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




More information about the llvm-commits mailing list