summaryrefslogtreecommitdiff
path: root/repomap.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-06-30 05:59:32 -0500
committerJeff Carr <[email protected]>2025-06-30 07:53:48 -0500
commitb09306940eb34f211c0f1f0f48c9bd37a0681458 (patch)
treeabeaa6a1e7d4168afc28bcc6ce0bfdfcf60cd7a6 /repomap.go
parent40689e87610ce8829b9fc0c33bc46c5db40c1208 (diff)
patch handling now at forge.wit.com
Diffstat (limited to 'repomap.go')
-rw-r--r--repomap.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repomap.go b/repomap.go
index cf53d10..0fa5d18 100644
--- a/repomap.go
+++ b/repomap.go
@@ -27,7 +27,7 @@ func repoHTML(w http.ResponseWriter, gourl string, realurl string) {
fmt.Fprintln(w, "<meta http-equiv=\"refresh\" content=\"0; url="+realurl+"\">")
fmt.Fprintln(w, "</head>")
fmt.Fprintln(w, "<body>")
- fmt.Fprintln(w, "Nothing to see here. Please <a href=\""+realurl+"\">move along</a>.\"")
+ fmt.Fprintln(w, "Redirecting to git repo url. Please <a href=\""+realurl+"\">move along</a>.\"")
fmt.Fprintln(w, "</body>")
fmt.Fprintln(w, "</html>")
}