diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index c765a650adfeb..0dbb160c2b31a 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 `. 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 `. - -There are also multiple resources on how to script LLDB using Python -:ref:`Python Reference ` is a great starting -point for that. +For an introduction into the LLDB command language, head over to the `LLDB +Tutorial `_. 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 `_. + +There are also multiple resources on how to script LLDB using Python `Python +Reference `_ is a great +starting point for that. Compiler Integration Benefits -----------------------------