website: correct repository URL

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-03-31 14:17:09 +02:00
parent dde7961b7d
commit 354976bb01
+1 -1
View File
@@ -34,7 +34,7 @@ func vanityHandler(w http.ResponseWriter, r *http.Request) {
}
switch r.URL.Path {
case "/":
http.Redirect(w, r, "https://git.sr.ht/~eliasnaur/gio-ui", http.StatusFound)
http.Redirect(w, r, "https://git.sr.ht/~eliasnaur/gio", http.StatusFound)
default:
http.NotFound(w, r)
}