1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:34:45 -07:00

godoc: fix playground url

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5685070
This commit is contained in:
Andrew Gerrand 2012-02-22 10:09:34 +11:00
parent 5f2ecbff71
commit 9a26a7822e

View File

@ -118,7 +118,7 @@ function init() {
"outputEl": "#output",
"runEl": "#run",
"shareEl": "#share",
"shareRedirect": "http://play.golang.org/"
"shareRedirect": "http://play.golang.org/p/"
});
}