[Lldb-commits] [lldb] 3a782ef - [lldb] Add a link to LLDB's Discord channel on the website (#114289)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 30 15:47:52 PDT 2024
Author: Jonas Devlieghere
Date: 2024-10-30T15:47:48-07:00
New Revision: 3a782ef97de771af9fd565e0043d49bdd0f2c850
URL: https://github.com/llvm/llvm-project/commit/3a782ef97de771af9fd565e0043d49bdd0f2c850
DIFF: https://github.com/llvm/llvm-project/commit/3a782ef97de771af9fd565e0043d49bdd0f2c850.diff
LOG: [lldb] Add a link to LLDB's Discord channel on the website (#114289)
Looking at #114276, I realized we have a link to Discourse on the
website, but not Discord. I think it would be helpful to have that link
there for real-time community discussion.
Added:
Modified:
lldb/docs/index.rst
Removed:
################################################################################
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index e2c15d872b4be2..fb22bdecad37e7 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -181,6 +181,7 @@ interesting areas to contribute to lldb.
Source Code <https://github.com/llvm/llvm-project>
Releases <https://github.com/llvm/llvm-project/releases>
+ Discord <https://discord.com/channels/636084430946959380/636732809708306432>
Discussion Forums <https://discourse.llvm.org/c/subprojects/lldb/8>
Developer Policy <https://llvm.org/docs/DeveloperPolicy.html>
Bug Reports <https://github.com/llvm/llvm-project/issues?q=is%3Aissue+label%3Alldb+is%3Aopen>
More information about the lldb-commits
mailing list