mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
website: correct repository URL
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ func vanityHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
switch r.URL.Path {
|
switch r.URL.Path {
|
||||||
case "/":
|
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:
|
default:
|
||||||
http.NotFound(w, r)
|
http.NotFound(w, r)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user