From 9febcc2e7619bdad6c6ed5bbbbe422b52649fb7e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 14 Nov 2017 10:43:05 +0100 Subject: Use https:// links for qutebrowser.org Fixes #3289 --- doc/quickstart.asciidoc | 4 ++-- doc/stacktrace.asciidoc | 2 +- scripts/asciidoc2html.py | 4 ++-- 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 @@ Contributing GitHub Releases - Blog + Blog +++ -- cgit v1.2.3-54-g00ecf