diff --git a/godoc/proxy/proxy.go b/godoc/proxy/proxy.go index 5b331ee8..e8cb18eb 100644 --- a/godoc/proxy/proxy.go +++ b/godoc/proxy/proxy.go @@ -49,7 +49,7 @@ const ( // sensitive and it only travels across Google's internal network // so we should be OK. sandboxURL = "http://sandbox.golang.org/compile" - playgroundURL = "http://play.golang.org" + playgroundURL = "https://play.golang.org" ) const expires = 7 * 24 * time.Hour // 1 week