Skip to content

Commit db2953d

Browse files
authored
[doc] Add Discord invite link alongside channel links (#126352)
By far the most important part of this patch is updating GettingInvolved.rst to include the invite link, but I've grepped for any other discord.com links. I'm no Discord expert, but from my experience (confirmed via @preames kindly testing as well) the direct channel links provide a confusing experience if you haven't already found and used an invite link to the LLVM Discord server. If you're logged into Discord but not a member of LLVM's sever, the web app opens and then...nothing. No channel opens, no prompt to join the server or even a hint that you need to find an invite link (and if you're not used to Discord, you likely don't even know that's necessary). This patch addresses the issue by providing the invite link where Discord is mentioned.
1 parent aecb764 commit db2953d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

clang/www/OpenProjects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h1>Open Clang Projects</h1>
150150
that demonstrates the problem down to something small. There are many ways to
151151
do this; ask on <a href="https://discourse.llvm.org/c/clang">Discourse</a>,
152152
<a href="https://discord.com/channels/636084430946959380/636725486533345280">Discord</a>
153-
for advice.</p>
153+
(<a href="https://discord.gg/xS7Z362">invite link</a>) for advice.</p>
154154

155155
</div>
156156
</body>

libc/docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The LLVM C Library
1212
LLVM-libc is not fully complete right now. Some programs may fail to build due
1313
to missing functions. If you would like to help us finish LLVM-libc, check
1414
out "`Contributing to the libc project <contributing.html>`__" in the sidebar
15-
or ask on `discord <https://discord.com/channels/636084430946959380/636732994891284500>`__.
15+
or ask on `discord <https://discord.com/channels/636084430946959380/636732994891284500>`__
16+
(`invite link <https://discord.gg/xS7Z362>`__).
1617

1718
Introduction
1819
============

libcxx/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,5 @@ Quick Links
242242
* `LLVM Bug Tracker <https://github.com/llvm/llvm-project/labels/libc++/>`_
243243
* `libcxx-commits Mailing List <http://lists.llvm.org/mailman/listinfo/libcxx-commits>`_
244244
* `libc++ forum <https://discourse.llvm.org/c/runtimes/libcxx/>`_
245-
* `libc++ chat <https://discord.com/channels/636084430946959380/636732894974312448>`_
245+
* `libc++ chat <https://discord.com/channels/636084430946959380/636732894974312448>`_ (`invite link <https://discord.gg/xS7Z362>`_)
246246
* `Browse libc++ Sources <https://github.com/llvm/llvm-project/tree/main/libcxx/>`_

lldb/docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ interesting areas to contribute to lldb.
182182

183183
Source Code <https://github.com/llvm/llvm-project>
184184
Releases <https://github.com/llvm/llvm-project/releases>
185-
Discord <https://discord.com/channels/636084430946959380/636732809708306432>
185+
Join the Discord <https://discord.gg/xS7Z362>
186+
Discord Channel <https://discord.com/channels/636084430946959380/636732809708306432>
186187
Discussion Forums <https://discourse.llvm.org/c/subprojects/lldb/8>
187188
Developer Policy <https://llvm.org/docs/DeveloperPolicy.html>
188189
Bug Reports <https://github.com/llvm/llvm-project/issues?q=is%3Aissue+label%3Alldb+is%3Aopen>

llvm/docs/GettingInvolved.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Discord
392392
-------
393393

394394
Users and developers of the LLVM project (including subprojects such as Clang)
395-
can be found on the community's `Discord <https://discord.com/channels/636084430946959380/636725486533345280>`_
395+
can be found on the community's `Discord <https://discord.gg/xS7Z362>`_
396396
chat server. The server is actively moderated.
397397

398398
The #buildbot-status channel has a bot for

0 commit comments

Comments
 (0)