]> Cypherpunks repositories - gostls13.git/commitdiff
godoc: fix playground url
authorAndrew Gerrand <adg@golang.org>
Tue, 21 Feb 2012 23:09:34 +0000 (10:09 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 21 Feb 2012 23:09:34 +0000 (10:09 +1100)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5685070

doc/root.html

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