summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-11-11 21:53:20 +0100
committerDave Davenport <qball@blame.services>2022-11-11 21:53:20 +0100
commit690924c270845119499909aba94196c321494b91 (patch)
treeb2bc0a96e3277d99c82681ec08f6f145139e9b32
parent6d02648d3a2ab9ee9751db8783f00b14071f57b4 (diff)
[Doc] Update support links.
Remove reddit.
-rw-r--r--README.md1
-rw-r--r--configure.ac2
-rw-r--r--doc/rofi.12
-rw-r--r--doc/rofi.1.markdown1
-rw-r--r--meson.build2
5 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index f20b4ed6..ed78c76a 100644
--- a/README.md
+++ b/README.md
@@ -232,7 +232,6 @@ for discussions.
* [GitHub Discussions](https://github.com/davatorium/rofi/discussions)
* IRC (#rofi on irc.libera.chat)
- * [Reddit](https://reddit.com/r/qtools/)
## Stargazers over time
diff --git a/configure.ac b/configure.ac
index cdef673d..7da5465e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.7.5-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.7.5-dev], [https://github.com/davatorium/rofi/],[],[https://github.com/davatorium/rofi/discussions])
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])
diff --git a/doc/rofi.1 b/doc/rofi.1
index ae26ee63..b2eb5db2 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1567,8 +1567,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\fBrofi\fP support can be obtained:
* GitHub Discussions
\[la]https://github.com/davatorium/rofi/discussions\[ra]
- * Forum (Reddit)
-\[la]https://reddit.com/r/qtools//\[ra]
* IRC
\[la]irc://irc.libera.chat:6697/#rofi\[ra] (#rofi on irc.libera.chat),
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 5730dbae..2f8a82e4 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -996,7 +996,6 @@ been released.
**rofi** support can be obtained:
* [GitHub Discussions](https://github.com/davatorium/rofi/discussions)
- * [Forum (Reddit)](https://reddit.com/r/qtools//)
* [IRC](irc://irc.libera.chat:6697/#rofi) (#rofi on irc.libera.chat),
## DEBUGGING
diff --git a/meson.build b/meson.build
index 2c8d476a..ab6ba486 100644
--- a/meson.build
+++ b/meson.build
@@ -100,7 +100,7 @@ header_conf.set_quoted('PACKAGE_VERSION', meson.project_version())
header_conf.set_quoted('VERSION', meson.project_version())
header_conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
header_conf.set_quoted('PACKAGE_BUGREPORT', 'https://github.com/davatorium/rofi/')
-header_conf.set_quoted('PACKAGE_URL', 'https://reddit.com/r/qtools/')
+header_conf.set_quoted('PACKAGE_URL', 'https://github.com/davatorium/rofi/discussions')
header_conf.set('_GNU_SOURCE', true)