From b2c0c37fe3c5b7bc5b762a62a3372de2b3b30538 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 15 Nov 2016 01:20:14 -0500 Subject: go to /files/src/ by default --- src/edit/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edit/main.go b/src/edit/main.go index 66e9a36..5995bea 100644 --- a/src/edit/main.go +++ b/src/edit/main.go @@ -11,7 +11,7 @@ func ServeIndex(out http.ResponseWriter, in *http.Request) { http.NotFound(out, in) return } - http.Redirect(out, in, "/files/", http.StatusMovedPermanently) + http.Redirect(out, in, "/files/src/", http.StatusMovedPermanently) } func main() { -- cgit v1.2.3