From 9fa78f6a64345a55f081d2a01540060d94656363 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 27 Jan 2020 23:58:32 -0500 Subject: [PATCH] Update discord link again First link wasn't a permanent link. Whoops! --- README.md | 4 ++-- docs/contributing.org | 2 +- docs/faq.org | 2 +- docs/getting_started.org | 4 ++-- docs/index.org | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eea060fb1..7f3af56eb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Build status: develop - + Join our discord server

@@ -171,7 +171,7 @@ you can do to help; I welcome any contribution! [doom:bindings]: modules/config/default/+evil-bindings.el [doom:packages]: core/autoload/packages.el [doom:popups]: modules/ui/popup/README.org -[url:discord]: https://discord.gg/64QNqtq +[url:discord]: https://discord.gg/qvGgnVx [url:liberapay]: https://liberapay.com/hlissner/donate [url:paypal]: https://paypal.me/henriklissner/10 [url:editorconfig]: http://editorconfig.org/ diff --git a/docs/contributing.org b/docs/contributing.org index ef2d7f21f..c276456e8 100644 --- a/docs/contributing.org +++ b/docs/contributing.org @@ -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/64QNqtq][join us on our Discord server]], otherwise read on to learn how +You are welcome to [[https://discord.gg/qvGgnVx][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: diff --git a/docs/faq.org b/docs/faq.org index c1282684b..09cb7a5cd 100644 --- a/docs/faq.org +++ b/docs/faq.org @@ -944,7 +944,7 @@ issues #1 and #3: generate an envvar file by running ~doom env~. This scrapes your shell environment into a file that is loaded when Doom Emacs starts up. Check out ~doom help env~ for details on how this works. -For issue #2, you'll need to investigate your launcher. [[https://discord.gg/64QNqtq][Our Discord]] is a good +For issue #2, you'll need to investigate your launcher. [[https://discord.gg/qvGgnVx][Our Discord]] is a good place to ask about it. ** There's artefacting on my icon fonts in GUI Emacs ([[https://github.com/hlissner/doom-emacs/issues/956][#956]]) diff --git a/docs/getting_started.org b/docs/getting_started.org index c6936a9d1..73f67effc 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -7,7 +7,7 @@ of your new puppy slash operating system. This guide will walk you through installing, using, configuring and troubleshooting Doom Emacs. #+begin_quote -If you feel like we've missed something, [[https://discord.gg/64QNqtq][join us on our Discord server]] and let +If you feel like we've missed something, [[https://discord.gg/qvGgnVx][join us on our Discord server]] and let us know! #+end_quote @@ -1125,7 +1125,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/64QNqtq][our Discord server]]). Before you +off and file a bug report (or request help on [[https://discord.gg/qvGgnVx][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. diff --git a/docs/index.org b/docs/index.org index 69c371e22..48c9b829a 100644 --- a/docs/index.org +++ b/docs/index.org @@ -63,7 +63,7 @@ s= (or =C-h d s=). * Community Resources ** Asking for help -- [[https://discord.gg/64QNqtq][Our Discord server]] +- [[https://discord.gg/qvGgnVx][Our Discord server]] - [[https://github.com/hlissner/doom-emacs/issues][Our issue tracker]] ** Project roadmap