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 /www | |
parent | 62f35ee0642a1152e5ded31f42830809fed7b915 (diff) | |
download | qutebrowser-9febcc2e7619bdad6c6ed5bbbbe422b52649fb7e.tar.gz qutebrowser-9febcc2e7619bdad6c6ed5bbbbe422b52649fb7e.zip |
Use https:// links for qutebrowser.org
Fixes #3289
Diffstat (limited to 'www')
-rw-r--r-- | www/header.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
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> +++ |