mirror of
https://github.com/golang/go
synced 2024-11-21 16:04:45 -07:00
godoc: fix playground url
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5685070
This commit is contained in:
parent
5f2ecbff71
commit
9a26a7822e
@ -118,7 +118,7 @@ function init() {
|
|||||||
"outputEl": "#output",
|
"outputEl": "#output",
|
||||||
"runEl": "#run",
|
"runEl": "#run",
|
||||||
"shareEl": "#share",
|
"shareEl": "#share",
|
||||||
"shareRedirect": "http://play.golang.org/"
|
"shareRedirect": "http://play.golang.org/p/"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user