diff options
Diffstat (limited to 'repomap.go')
| -rw-r--r-- | repomap.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>") } |
