diff options
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/docs/index.rst | 10 | ||||
-rw-r--r-- | lldb/docs/resources/external.rst | 13 |
2 files changed, 5 insertions, 18 deletions
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index 006f493d77d..bd97d0281e9 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -56,7 +56,6 @@ Resources resources/test resources/bots resources/sbapi - resources/external API Documentation ================= @@ -64,8 +63,9 @@ API Documentation * `C++ API Documentation <https://lldb.llvm.org/cpp_reference/index.html>`_ * `Python API Documentation <https://lldb.llvm.org/python_reference/index.html>`_ -Indices and tables -================== +External Links +============== -* :ref:`genindex` -* :ref:`search` +* `Source Code <http://llvm.org/viewvc/llvm-project/lldb/trunk/>`_ +* `Code Reviews <https://reviews.llvm.org>`_ +* `Bug Reports <https://bugs.llvm.org/>`_ diff --git a/lldb/docs/resources/external.rst b/lldb/docs/resources/external.rst deleted file mode 100644 index 7e5af8ec5d7..00000000000 --- a/lldb/docs/resources/external.rst +++ /dev/null @@ -1,13 +0,0 @@ -External Resources -================== - -Bugs ----- - -* `Bug Reports <https://bugs.llvm.org/>`_ - -Source ------- - -* `Browse SVN <http://llvm.org/viewvc/llvm-project/lldb/trunk/>`_ -* `Browse ViewVNC <http://llvm.org/viewvc/llvm-project/lldb/trunk/>`_ |