[Lldb-commits] [lldb] 8842d7e - [lldb] Add link to Discourse to the website
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 18 13:52:49 PDT 2023
Author: Jonas Devlieghere
Date: 2023-08-18T13:52:22-07:00
New Revision: 8842d7eb8b5291009559b9859319cca7714d436d
URL: https://github.com/llvm/llvm-project/commit/8842d7eb8b5291009559b9859319cca7714d436d
DIFF: https://github.com/llvm/llvm-project/commit/8842d7eb8b5291009559b9859319cca7714d436d.diff
LOG: [lldb] Add link to Discourse to the website
Added:
Modified:
lldb/docs/index.rst
Removed:
################################################################################
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index 8d6f68f13e27c5..0ae7c4ce1bac46 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -25,9 +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 `Python
-Reference <https://lldb.llvm.org/use/python-reference.html>`_ is a great
-starting point for that.
+There are also multiple resources on how to script LLDB using Python:
+`use/python-reference`_ is a great starting point for that.
Compiler Integration Benefits
-----------------------------
@@ -164,5 +163,6 @@ interesting areas to contribute to lldb.
Source Code <https://github.com/llvm/llvm-project>
Releases <https://github.com/llvm/llvm-project/releases>
- Code Reviews <https://reviews.llvm.org>
+ Discussion Forums <https://discourse.llvm.org/c/subprojects/lldb/8>
Bug Reports <https://github.com/llvm/llvm-project/issues/labels/lldb/>
+ Code Reviews <https://reviews.llvm.org>
More information about the lldb-commits
mailing list