summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-03-11 08:30:41 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-03-11 21:07:26 +0100
commit2f913f593218a515e985ee8f261a8bb02ba6c002 (patch)
treedb06a689c661a937ede32d5d3b80c60817f9b6c4
parent8a23b9113432a84fb84aeda9f3e314aec78b1963 (diff)
downloadqutebrowser-2f913f593218a515e985ee8f261a8bb02ba6c002.tar.gz
qutebrowser-2f913f593218a515e985ee8f261a8bb02ba6c002.zip
Fix keybinding cheatsheet URLs in quickstart.asciidoc
The URLs and the patching were changed in 96e8151ccef1ee4e497106678432e3025f39d6d2 but not in quickstart.asciidoc. (cherry picked from commit 75ab8f077d8de8da17b681ca02c06f24516714b1)
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/quickstart.asciidoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 1550b3a09..023c84caf 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -22,7 +22,7 @@ Fixed
~~~~~
- qutebrowser now starts properly when the PyQt5 QOpenGLFunctions package wasn't found.
-
+- The keybinding cheatsheet on the quickstart page is now loaded from a local `qute://` URL again.
v1.2.0
------
diff --git a/doc/quickstart.asciidoc b/doc/quickstart.asciidoc
index 988235f87..8d8f21aa0 100644
--- a/doc/quickstart.asciidoc
+++ b/doc/quickstart.asciidoc
@@ -22,9 +22,9 @@ Basic keybindings to get you started
What to do now
--------------
-* View the link:https://qutebrowser.org/img/cheatsheet-big.png[key binding cheatsheet]
+* View the link:https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/cheatsheet-big.png[key binding cheatsheet]
to make yourself familiar with the key bindings: +
-image:https://qutebrowser.org/img/cheatsheet-small.png["qutebrowser key binding cheatsheet",link="https://qutebrowser.org/img/cheatsheet-big.png"]
+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"]
* There's also a https://www.shortcutfoo.com/app/dojos/qutebrowser[free training
course] on shortcutfoo for the keybindings - note that you need to be in
insert mode (i) for it to work.