[Lldb-commits] [lldb] f47914a - [lldb][Docs] Use RST link format in IntelPT doc

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 9 00:21:52 PDT 2023


Author: David Spickett
Date: 2023-10-09T08:21:21+01:00
New Revision: f47914a7cd733751d6ae4dcb9c240520c34ec492

URL: https://github.com/llvm/llvm-project/commit/f47914a7cd733751d6ae4dcb9c240520c34ec492
DIFF: https://github.com/llvm/llvm-project/commit/f47914a7cd733751d6ae4dcb9c240520c34ec492.diff

LOG: [lldb][Docs] Use RST link format in IntelPT doc

Added: 
    

Modified: 
    lldb/docs/use/intel_pt.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/use/intel_pt.rst b/lldb/docs/use/intel_pt.rst
index f8afb2cee1b26c6..89ef5d811fb2ad5 100644
--- a/lldb/docs/use/intel_pt.rst
+++ b/lldb/docs/use/intel_pt.rst
@@ -27,7 +27,7 @@ Build Instructions
 ------------------
 
 Clone and build the low level Intel PT
-decoder library [LibIPT library](https://github.com/intel/libipt).
+decoder library `LibIPT library <https://github.com/intel/libipt>`_.
 ::
 
   $ git clone git at github.com:intel/libipt.git


        


More information about the lldb-commits mailing list