[Lldb-commits] [lldb] 07afc41 - [lldb] Fix broken link in docs/index.rst

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 22 10:58:50 PDT 2023


Author: Jonas Devlieghere
Date: 2023-08-22T10:58:44-07:00
New Revision: 07afc41a2e6ab47097246f3f7c6e525a89ce1b9f

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

LOG: [lldb] Fix broken link in docs/index.rst

Added: 
    

Modified: 
    lldb/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index ae0261e15973da..80adf4135c37c9 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -25,8 +25,8 @@ Tutorial <https://lldb.llvm.org/use/tutorial.html>`_. For users already familiar
 with GDB there is a cheat sheet listing common tasks and their LLDB equivalent
 in the `GDB to LLDB command map <https://lldb.llvm.org/use/map.html>`_.
 
-There are also multiple resources on how to script LLDB using Python:
-`use/python-reference`_ is a great starting point for that.
+There are also multiple resources on how to script LLDB using Python: the
+:doc:`use/python-reference` is a great starting point for that.
 
 Compiler Integration Benefits
 -----------------------------


        


More information about the lldb-commits mailing list