Skip to content

Commit

Permalink
Use https:// links for qutebrowser.org
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Nov 14, 2017
1 parent 62f35ee commit 9febcc2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/quickstart.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/stacktrace.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions scripts/asciidoc2html.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ def _build_docs(self):

# 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']
Expand Down
2 changes: 1 addition & 1 deletion www/header.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
+++

0 comments on commit 9febcc2

Please sign in to comment.