From a0938bd606f8a916cfd18a52995c0cf242974f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20B=C3=BCrk?= Date: Fri, 10 Sep 2021 09:18:01 +0200 Subject: [PATCH] Update docs to Discussions (#4503) --- docs/i3-pod2html | 2 +- docs/userguide | 6 +++--- release.sh | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/i3-pod2html b/docs/i3-pod2html index e2de51b36..80e98a4e9 100755 --- a/docs/i3-pod2html +++ b/docs/i3-pod2html @@ -83,7 +83,7 @@ $parser->html_header_after_title( diff --git a/docs/userguide b/docs/userguide index 9f28e6893..2daff1a84 100644 --- a/docs/userguide +++ b/docs/userguide @@ -3,9 +3,9 @@ i3 User’s Guide Michael Stapelberg 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 4477ebfe2..134423734 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"