It's the base url to which we append a hash: http://play.golang.org/p/G5l93oM5ZW On 22 February 2012 ...
13 years, 2 months ago
(2012-02-21 23:06:06 UTC)
#3
It's the base url to which we append a hash: http://play.golang.org/p/G5l93oM5ZW
On 22 February 2012 10:01, Robert Griesemer <gri@golang.org> wrote:
> I get a 404 for the /p link. But then I don't understand this code.
> - gri
>
> On Tue, Feb 21, 2012 at 2:57 PM, <adg@golang.org> wrote:
>> Reviewers: golang-dev_googlegroups.com,
>>
>> Message:
>> Hello golang-dev@googlegroups.com,
>>
>> I'd like you to review this change to
>> https://go.googlecode.com/hg
>>
>>
>> Description:
>> godoc: fix playground url
>>
>> Please review this at http://codereview.appspot.com/5685070/
>>
>> Affected files:
>> M doc/root.html
>>
>>
>> Index: doc/root.html
>> ===================================================================
>> --- a/doc/root.html
>> +++ b/doc/root.html
>> @@ -118,7 +118,7 @@
>> "outputEl": "#output",
>> "runEl": "#run",
>> "shareEl": "#share",
>> - "shareRedirect": "http://play.golang.org/"
>> + "shareRedirect": "http://play.golang.org/p/"
>> });
>> }
>>
>>
>>
Issue 5685070: code review 5685070: godoc: fix playground url
(Closed)
Created 13 years, 2 months ago by adg
Modified 13 years, 2 months ago
Reviewers:
Base URL:
Comments: 0