From: Andrew Gerrand Date: Tue, 21 Feb 2012 23:09:34 +0000 (+1100) Subject: godoc: fix playground url X-Git-Tag: weekly.2012-02-22~42 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9a26a7822eb54fc4d0316b4c57bf5b52124bfd92;p=gostls13.git godoc: fix playground url R=golang-dev, gri CC=golang-dev https://golang.org/cl/5685070 --- 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/" }); }