summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2022-06-15 14:26:15 +0200
committerGitHub <noreply@github.com>2022-06-15 14:26:15 +0200
commit17a84062eb603ddc98b7ba609b247b9fb07fc0aa (patch)
tree94580a93224dab890d07115f6b92660981414eef
parentf1c63a4a21635143c02ad1801a64b8ed5085233b (diff)
downloadqutebrowser-17a84062eb603ddc98b7ba609b247b9fb07fc0aa.tar.gz
qutebrowser-17a84062eb603ddc98b7ba609b247b9fb07fc0aa.zip
README.asciidoc: avoid HTML redirect for luakit website
It seems that, now, the luakit homepage is at https://luakit.github.io/ and https://luakit.github.io/luakit/ is just an HTML redirect to it. Let's avoid the annoying redirect.
-rw-r--r--README.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index fe0c23f2d..76f46484f 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -201,7 +201,7 @@ Active
~~~~~~
* https://fanglingsu.github.io/vimb/[vimb] (C, GTK+ with WebKit2)
-* https://luakit.github.io/luakit/[luakit] (C/Lua, GTK+ with WebKit2)
+* https://luakit.github.io/[luakit] (C/Lua, GTK+ with WebKit2)
* https://nyxt.atlas.engineer/[Nyxt browser] (formerly "Next browser", Lisp, Emacs-like but also offers Vim bindings, QtWebEngine or GTK+/WebKit2 - note there was a https://jgkamat.gitlab.io/blog/next-rce.html[critical remote code execution in 2019] which was handled quite badly)
* https://vieb.dev/[Vieb] (JavaScript, Electron)
* https://surf.suckless.org/[surf] (C, GTK+ with WebKit1/WebKit2)