summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2021-09-10 09:18:01 +0200
committerGitHub <noreply@github.com>2021-09-10 09:18:01 +0200
commita0938bd606f8a916cfd18a52995c0cf242974f0c (patch)
tree0ec6e6812f48494ce5730608c3840c184a380a8c
parent3686cef63c649b7d5c5871579168dcdd2c84b08c (diff)
downloadi3-a0938bd606f8a916cfd18a52995c0cf242974f0c.tar.gz
i3-a0938bd606f8a916cfd18a52995c0cf242974f0c.zip
Update docs to Discussions (#4503)
-rwxr-xr-xdocs/i3-pod2html2
-rw-r--r--docs/userguide6
-rwxr-xr-xrelease.sh1
3 files changed, 5 insertions, 4 deletions
diff --git a/docs/i3-pod2html b/docs/i3-pod2html
index e2de51b3..80e98a4e 100755
--- a/docs/i3-pod2html
+++ b/docs/i3-pod2html
@@ -83,7 +83,7 @@ $parser->html_header_after_title(
<ul id="nav">
<li><a style="border-bottom: 2px solid #fff" href="/docs">Docs</a></li>
<li><a href="/screenshots">Screens</a></li>
- <li><a href="https://www.reddit.com/r/i3wm/">FAQ</a></li>
+ <li><a href="https://www.github.com/i3/i3/discussions">Get Help</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="https://bugs.i3wm.org/">Bugs</a></li>
</ul>
diff --git a/docs/userguide b/docs/userguide
index 9f28e689..2daff1a8 100644
--- a/docs/userguide
+++ b/docs/userguide
@@ -3,9 +3,9 @@ i3 User’s Guide
Michael Stapelberg <michael@i3wm.org>
This document contains all the information you need to configure and use the i3
-window manager. If it does not, please check https://www.reddit.com/r/i3wm/
-first, then contact us on IRC (preferred) or post your question(s) on the
-mailing list.
+window manager. If it does not you can https://i3wm.org/contact/[contact us] on
+https://github.com/i3/i3/discussions[GitHub Discussions], IRC, or the mailing
+list.
== Default keybindings
diff --git a/release.sh b/release.sh
index 4477ebfe..13442373 100755
--- a/release.sh
+++ b/release.sh
@@ -228,3 +228,4 @@ echo "Announce on:"
echo " twitter"
echo " #i3 topic"
echo " reddit /r/i3wm (link post to changelog)"
+echo " GitHub Discussions → Announcements"