summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-22 12:01:09 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-12-22 12:01:09 +0100
commite804f1324bdc896e5d0be32bcc11b85396f5a873 (patch)
treed8ba937d489eddc580b340a432ccb2f8bc19114b
parentd11e0bfc60f0350f40e905d62b7b000cfdb4942d (diff)
downloadqutebrowser-e804f1324bdc896e5d0be32bcc11b85396f5a873.tar.gz
qutebrowser-e804f1324bdc896e5d0be32bcc11b85396f5a873.zip
Update/improve links between docs
-rw-r--r--README.asciidoc43
-rw-r--r--doc/help/index.asciidoc14
2 files changed, 18 insertions, 39 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 5c254959e..bb033e6bd 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -44,46 +44,11 @@ See the https://github.com/qutebrowser/qutebrowser/releases[github releases
page] for available downloads and the link:doc/install.asciidoc[INSTALL] file for
detailed instructions on how to get qutebrowser running on various platforms.
-Documentation
--------------
-
-In addition to the topics mentioned in this README, the following documents are
-available:
-
-* https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/cheatsheet-big.png[Key binding cheatsheet]: +
-image:https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/cheatsheet-small.png["qutebrowser key binding cheatsheet",link="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/cheatsheet-big.png"]
-* link:doc/quickstart.asciidoc[Quick start guide]
-* https://www.shortcutfoo.com/app/dojos/qutebrowser[Free training course] to remember those key bindings
-* link:doc/faq.asciidoc[Frequently asked questions]
-* link:doc/help/configuring.asciidoc[Configuring qutebrowser]
-* link:doc/contributing.asciidoc[Contributing to qutebrowser]
-* link:doc/install.asciidoc[Installing qutebrowser]
-* link:doc/changelog.asciidoc[Change Log]
-* link:doc/stacktrace.asciidoc[Reporting segfaults]
-* link:doc/userscripts.asciidoc[How to write userscripts]
-
-Getting help
-------------
-
-You can get help in the IRC channel
-irc://irc.freenode.org/#qutebrowser[`#qutebrowser`] on
-https://freenode.net/[Freenode]
-(https://webchat.freenode.net/?channels=#qutebrowser[webchat]), or by writing a
-message to the
-https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser[mailinglist] at
-mailto:qutebrowser@lists.qutebrowser.org[].
-
-There's also an https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser-announce[announce-only mailinglist]
-at mailto:qutebrowser-announce@lists.qutebrowser.org[] (the announcements also
-get sent to the general qutebrowser@ list).
-
-If you're a reddit user, there's a
-https://www.reddit.com/r/qutebrowser/[/r/qutebrowser] subreddit there.
+Documentation and getting help
+------------------------------
-Finally, qutebrowser is participating in the Beta for GitHub's new Discussions
-feature, so you can also use the
-https://github.com/qutebrowser/qutebrowser/discussions[discussions tab] on
-GitHub to get in touch.
+Please see the link:doc/help/index.asciidoc[help page] for available documentation
+pages and support channels.
Contributions / Bugs
--------------------
diff --git a/doc/help/index.asciidoc b/doc/help/index.asciidoc
index 7b6efa490..7424e1a65 100644
--- a/doc/help/index.asciidoc
+++ b/doc/help/index.asciidoc
@@ -6,6 +6,7 @@ Documentation
The following help pages are currently available:
+* https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/cheatsheet-big.png[Key binding cheatsheet (hosted on GitHub)]
* link:../quickstart{outfilesuffix}[Quick start guide]
* link:../faq{outfilesuffix}[Frequently asked questions]
* link:../changelog{outfilesuffix}[Change Log]
@@ -14,6 +15,8 @@ The following help pages are currently available:
* link:settings{outfilesuffix}[Documentation of settings]
* link:../userscripts{outfilesuffix}[How to write userscripts]
* link:../contributing{outfilesuffix}[Contributing to qutebrowser]
+* link:../install{outfilesuffix}[Installing qutebrowser]
+* link:../stacktrace{outfilesuffix}[Reporting segfaults]
Getting help
------------
@@ -26,6 +29,17 @@ message to the
https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser[mailinglist] at
mailto:qutebrowser@lists.qutebrowser.org[].
+There's also an https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser-announce[announce-only mailinglist]
+at mailto:qutebrowser-announce@lists.qutebrowser.org[] (the announcements also
+get sent to the general qutebrowser@ list).
+
+If you're a reddit user, there's a
+https://www.reddit.com/r/qutebrowser/[/r/qutebrowser] subreddit there.
+
+Finally, qutebrowser is using GitHub's new Discussions feature, so you can also use the
+https://github.com/qutebrowser/qutebrowser/discussions[discussions tab] on GitHub to get
+in touch.
+
Bugs
----