diff options
author | Florian Bruhin <git@the-compiler.org> | 2017-11-14 10:43:05 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2017-11-14 10:43:05 +0100 |
commit | 9febcc2e7619bdad6c6ed5bbbbe422b52649fb7e (patch) | |
tree | 233ba3c5ad7f4e3f0d9d892f4b1b731dcc7f9fc3 | |
parent | 62f35ee0642a1152e5ded31f42830809fed7b915 (diff) | |
download | qutebrowser-9febcc2e7619bdad6c6ed5bbbbe422b52649fb7e.tar.gz qutebrowser-9febcc2e7619bdad6c6ed5bbbbe422b52649fb7e.zip |
Use https:// links for qutebrowser.org
Fixes #3289
-rw-r--r-- | doc/quickstart.asciidoc | 4 | ||||
-rw-r--r-- | doc/stacktrace.asciidoc | 2 | ||||
-rwxr-xr-x | scripts/asciidoc2html.py | 4 | ||||
-rw-r--r-- | www/header.asciidoc | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/quickstart.asciidoc b/doc/quickstart.asciidoc index 6188b6a54..988235f87 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:http://qutebrowser.org/img/cheatsheet-big.png[key binding cheatsheet] +* View the link:https://qutebrowser.org/img/cheatsheet-big.png[key binding cheatsheet] to make yourself familiar with the key bindings: + -image:http://qutebrowser.org/img/cheatsheet-small.png["qutebrowser key binding cheatsheet",link="http://qutebrowser.org/img/cheatsheet-big.png"] +image:https://qutebrowser.org/img/cheatsheet-small.png["qutebrowser key binding cheatsheet",link="https://qutebrowser.org/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. diff --git a/doc/stacktrace.asciidoc b/doc/stacktrace.asciidoc index 6c559911d..5505eca93 100644 --- a/doc/stacktrace.asciidoc +++ b/doc/stacktrace.asciidoc @@ -57,7 +57,7 @@ Then edit your `/etc/pacman.conf` to add the repository to the bottom: ---- [qt-debug] -Server = http://qutebrowser.org/qt-debug/$arch +Server = https://qutebrowser.org/qt-debug/$arch ---- Then install the packages: diff --git a/scripts/asciidoc2html.py b/scripts/asciidoc2html.py index 4e9c7544b..ce29becc0 100755 --- a/scripts/asciidoc2html.py +++ b/scripts/asciidoc2html.py @@ -84,9 +84,9 @@ class AsciiDoc: # patch image links to use local copy replacements = [ - ("http://qutebrowser.org/img/cheatsheet-big.png", + ("https://qutebrowser.org/img/cheatsheet-big.png", "qute://help/img/cheatsheet-big.png"), - ("http://qutebrowser.org/img/cheatsheet-small.png", + ("https://qutebrowser.org/img/cheatsheet-small.png", "qute://help/img/cheatsheet-small.png") ] asciidoc_args = ['-a', 'source-highlighter=pygments'] diff --git a/www/header.asciidoc b/www/header.asciidoc index 8d9b5ac21..258271ae6 100644 --- a/www/header.asciidoc +++ b/www/header.asciidoc @@ -15,6 +15,6 @@ <a href="/doc/contributing.html">Contributing</a> <a href="https://www.github.com/qutebrowser/qutebrowser">GitHub</a> <a href="https://github.com/qutebrowser/qutebrowser/releases">Releases</a> - <a href="http://blog.qutebrowser.org/">Blog</a> + <a href="https://blog.qutebrowser.org/">Blog</a> </div> +++ |