aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-02-22 10:09:34 +1100
committerAndrew Gerrand <adg@golang.org>2012-02-22 10:09:34 +1100
commit9a26a7822eb54fc4d0316b4c57bf5b52124bfd92 (patch)
tree1ea8f74c13b1f0751d79329f8c774b855587037b
parent5f2ecbff71a69d51e9e40d915433e372d07344e7 (diff)
downloadgo-9a26a7822eb54fc4d0316b4c57bf5b52124bfd92.tar.gz
go-9a26a7822eb54fc4d0316b4c57bf5b52124bfd92.zip
godoc: fix playground url
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5685070
-rw-r--r--doc/root.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/root.html b/doc/root.html
index 1c6bcd101c..6884fbafe7 100644
--- a/doc/root.html
+++ b/doc/root.html
@@ -118,7 +118,7 @@ function init() {
"outputEl": "#output",
"runEl": "#run",
"shareEl": "#share",
- "shareRedirect": "http://play.golang.org/"
+ "shareRedirect": "http://play.golang.org/p/"
});
}