Update docs to Discussions (#4503)

This commit is contained in:
Ingo Bürk 2021-09-10 09:18:01 +02:00 committed by GitHub
parent 3686cef63c
commit a0938bd606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -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>

View File

@ -3,9 +3,9 @@ i3 Users 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

View File

@ -228,3 +228,4 @@ echo "Announce on:"
echo " twitter"
echo " #i3 topic"
echo " reddit /r/i3wm (link post to changelog)"
echo " GitHub Discussions → Announcements"