Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix discord links #8211

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: fix discord links
  • Loading branch information
zrquan committed Dec 24, 2024
commit f18c650dd21b86ed5b03e3233aa3394c9c3878a1
4 changes: 2 additions & 2 deletions docs/contributing.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ shortage of things that need doing; bugs that need stomping, features that need
implementing, and documentation that needs documenting. If Doom's been useful to
you, convert some caffiene into code; it'd be a huge help!

You are welcome to [[https://discord.gg/qvGgnVx][join us on our Discord server]], otherwise read on to learn how
You are welcome to [[https://doomemacs.org/discord][join us on our Discord server]], otherwise read on to learn how
to contribute to our fine corner of the interwebs.

* Table of Contents :TOC_3:
Expand Down Expand Up @@ -155,7 +155,7 @@ public variables/functions (e.g. ~bookmark-default-file~ or
* TODO Contributing documentation
Doom Emacs' documentation is an ongoing effort. If you have suggestions,
improvements, tutorials and/or articles to submit, don't hesitate to get in
contact via our [[https://discord.gg/bcZ6P3y][Discord server]] or [[mailto:henrik@lissner.net][email]]. I appreciate any help I can get!
contact via our [[https://doomemacs.org/discord][Discord server]] or [[mailto:henrik@lissner.net][email]]. I appreciate any help I can get!

** TODO Contributing to Doom's manual

Expand Down
10 changes: 5 additions & 5 deletions docs/getting_started.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ soon as possible. A more technical user manual is in the works for aspiring
contributors who want a deeper understanding of how Doom Emacs works.

#+begin_quote
If you feel like we've missed something, [[https://discord.gg/qvGgnVx][join us on our Discord server]] and let
If you feel like we've missed something, [[https://doomemacs.org/discord][join us on our Discord server]] and let
us know!
#+end_quote

Expand Down Expand Up @@ -671,14 +671,14 @@ things to be aware of while you convert your old config to Doom:
** TODO From vanilla Emacs
#+begin_quote
Have you migrated from your own config? Help me flesh out this section by
letting me know what kind of hurdles you faced in doing so. You'll find me [[https://discord.gg/qvGgnVx][on
letting me know what kind of hurdles you faced in doing so. You'll find me [[https://doomemacs.org/discord][on
our Discord server]].
#+end_quote

** TODO From Spacemacs
#+begin_quote
Have you migrated from Spacemacs? Help me flesh out this section by letting me
know what kind of hurdles you faced in doing so. You'll find me [[https://discord.gg/qvGgnVx][on our Discord
know what kind of hurdles you faced in doing so. You'll find me [[https://doomemacs.org/discord][on our Discord
server]].
#+end_quote

Expand Down Expand Up @@ -1528,7 +1528,7 @@ provide tools to make this easier. Here are a few things you can try, first:
without Doom) and/or vanilla Doom (Doom without your private config). [[#testing-in-dooms-sandbox][Doom's
sandbox can help you check]].

+ Ask for help on [[https://discord.gg/qvGgnVx][our Discord server]]. It is the quickest way to get help,
+ Ask for help on [[https://doomemacs.org/discord][our Discord server]]. It is the quickest way to get help,
sometimes straight from Doom's maintainer, who is very active there.

If none of these things have helped you, then it's time to open a bug report.
Expand Down Expand Up @@ -1574,7 +1574,7 @@ You can also evaluate code with ~eval-expression~ (=M-;= or =SPC ;=).

** How to extract a backtrace from an error
If you encounter an error while using Doom Emacs, you're probably about to head
off and file a bug report (or request help on [[https://discord.gg/qvGgnVx][our Discord server]]). Before you
off and file a bug report (or request help on [[https://doomemacs.org/discord][our Discord server]]). Before you
do, please generate a backtrace to include with it.

To do so you must enable ~debug-on-error~ then recreate the error.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ d s= (or =C-h d s=).

* Community Resources
** Asking for help
- [[https://discord.gg/qvGgnVx][Our Discord server]]
- [[https://doomemacs.org/discord][Our Discord server]]
- [[https://github.com/hlissner/doom-emacs/issues][Our issue tracker]]

** Project roadmap
Expand Down