summaryrefslogtreecommitdiff
path: root/scripts/asciidoc2html.py
diff options
context:
space:
mode:
authorMarco Zollinger <marco@freelabs.space>2018-02-20 15:18:31 +0100
committerMarco Zollinger <marco@freelabs.space>2018-02-20 15:18:31 +0100
commit96e8151ccef1ee4e497106678432e3025f39d6d2 (patch)
treedabd2741f27961b7e75b04dc29d571bca6c86e2f /scripts/asciidoc2html.py
parent9595aaf8974fdd168660c5a956636a83a9b3f03c (diff)
downloadqutebrowser-96e8151ccef1ee4e497106678432e3025f39d6d2.tar.gz
qutebrowser-96e8151ccef1ee4e497106678432e3025f39d6d2.zip
use up to date cheatsheet images from repo instead of qutebrowser.org
Diffstat (limited to 'scripts/asciidoc2html.py')
-rwxr-xr-xscripts/asciidoc2html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/asciidoc2html.py b/scripts/asciidoc2html.py
index 1827dc2a3..c4af174b2 100755
--- a/scripts/asciidoc2html.py
+++ b/scripts/asciidoc2html.py
@@ -85,9 +85,9 @@ class AsciiDoc:
# patch image links to use local copy
replacements = [
- ("https://qutebrowser.org/img/cheatsheet-big.png",
+ ("https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/cheatsheet-big.png",
"qute://help/img/cheatsheet-big.png"),
- ("https://qutebrowser.org/img/cheatsheet-small.png",
+ ("https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/img/cheatsheet-small.png",
"qute://help/img/cheatsheet-small.png")
]
asciidoc_args = ['-a', 'source-highlighter=pygments']