diff --git a/website/camweb.go b/website/camweb.go index 2aedac3d5..1b7d22925 100644 --- a/website/camweb.go +++ b/website/camweb.go @@ -189,7 +189,7 @@ func mainHandler(rw http.ResponseWriter, req *http.Request) { if strings.HasPrefix(relPath, "gw/") { path := relPath[3:] - http.Redirect(rw, req, "https://camlistore.googlesource.com/camlistore/+/HEAD/"+path, http.StatusFound) + http.Redirect(rw, req, "https://camlistore.googlesource.com/camlistore/+/"+path, http.StatusFound) return }