From b11e26adbdaad19154358b9c1ca7375ccc231e90 Mon Sep 17 00:00:00 2001 From: Fritz Reichwald Date: Mon, 13 Aug 2018 07:22:14 +0200 Subject: [PATCH] Fix dwb urls in faq --- doc/faq.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc index 4f9815cf2..618d7801c 100644 --- a/doc/faq.asciidoc +++ b/doc/faq.asciidoc @@ -8,7 +8,7 @@ What is qutebrowser based on?:: qutebrowser uses http://www.python.org/[Python], http://qt.io/[Qt] and http://www.riverbankcomputing.com/software/pyqt/intro[PyQt]. + -The concept of it is largely inspired by http://portix.bitbucket.org/dwb/[dwb] +The concept of it is largely inspired by https://bitbucket.org/portix/dwb/[dwb] and http://www.vimperator.org/vimperator[Vimperator]. Many actions and key bindings are similar to dwb. @@ -21,7 +21,7 @@ Why another browser?:: Read the next few questions to find out why I was unhappy with existing software. -What's wrong with link:http://portix.bitbucket.org/dwb/[dwb]/link:http://sourceforge.net/projects/vimprobable/[vimprobable]/link:https://mason-larobina.github.io/luakit/[luakit]/link:http://pwmt.org/projects/jumanji/[jumanji]/... (projects based on WebKitGTK)?:: +What's wrong with link:https://bitbucket.org/portix/dwb/[dwb]/link:http://sourceforge.net/projects/vimprobable/[vimprobable]/link:https://mason-larobina.github.io/luakit/[luakit]/link:http://pwmt.org/projects/jumanji/[jumanji]/... (projects based on WebKitGTK)?:: Most of them are based on the http://webkitgtk.org/[WebKitGTK+] http://webkitgtk.org/reference/webkitgtk/stable/index.html[WebKit1] API, which causes a lot of crashes. As the GTK API using WebKit1 is