From 690924c270845119499909aba94196c321494b91 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 11 Nov 2022 21:53:20 +0100 Subject: [Doc] Update support links. Remove reddit. --- README.md | 1 - configure.ac | 2 +- doc/rofi.1 | 2 -- doc/rofi.1.markdown | 1 - meson.build | 2 +- 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) -- cgit v1.2.3