summaryrefslogtreecommitdiffstats
path: root/lldb/docs
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-11-20 13:46:37 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2019-11-20 13:49:22 -0800
commit0ebb7803e6ae4919c1c782cafecaec237664efe3 (patch)
treea94faaaf1b8fa4e12ece0ce8ded9682616b94ff0 /lldb/docs
parent73429126c91c2065c6f6ef29b3eec1b7798502bb (diff)
downloadbcm5719-llvm-0ebb7803e6ae4919c1c782cafecaec237664efe3.tar.gz
bcm5719-llvm-0ebb7803e6ae4919c1c782cafecaec237664efe3.zip
[Docs] Fix Sphinx warning (treated as error)
Fixes "undefined label" warning: if the link has no caption the label must precede a section header.
Diffstat (limited to 'lldb/docs')
-rw-r--r--lldb/docs/index.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index c765a650adf..0dbb160c2b3 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
-----------------------------
OpenPOWER on IntegriCloud