[Lldb-commits] [lldb] 0ebb780 - [Docs] Fix Sphinx warning (treated as error)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 20 13:49:30 PST 2019


Author: Jonas Devlieghere
Date: 2019-11-20T13:49:22-08:00
New Revision: 0ebb7803e6ae4919c1c782cafecaec237664efe3

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

LOG: [Docs] Fix Sphinx warning (treated as error)

Fixes "undefined label" warning: if the link has no caption the label
must precede a section header.

Added: 
    

Modified: 
    lldb/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index c765a650adfe..0dbb160c2b31 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -20,14 +20,14 @@ All of the code in the LLDB project is available under the
 Using LLDB
 ----------
 
-For an introduction into the LLDB command language, head over to the
-:ref:`LLDB Tutorial <use/tutorial>`. For users already familiar with
-GDB there is a cheat sheet listing common tasks and their LLDB
-equivalent in the :ref:`GDB to LLDB command map <use/map>`.
-
-There are also multiple resources on how to script LLDB using Python
-:ref:`Python Reference <use/python-reference>` is a great starting
-point for that.
+For an introduction into the LLDB command language, head over to the `LLDB
+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 `Python
+Reference <https://lldb.llvm.org/use/python-reference.html>`_ is a great
+starting point for that.
 
 Compiler Integration Benefits
 -----------------------------


        


More information about the lldb-commits mailing list