]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.1.html: fix typo in URL
authorRob Pike <r@golang.org>
Sun, 3 Mar 2013 17:12:36 +0000 (09:12 -0800)
committerRob Pike <r@golang.org>
Sun, 3 Mar 2013 17:12:36 +0000 (09:12 -0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7423050

doc/go1.1.html

index e4f5202bc0fc4bbe3b157723137c270e5770947c..ae0a099395373a659c8bcd3262d551800f951511 100644 (file)
@@ -193,7 +193,7 @@ for example, run
 </p>
 
 <pre>
-$ go get code.google.com/go.exp/ssa
+$ go get code.google.com/p/go.exp/ssa
 </pre>
 
 <p>
@@ -201,7 +201,7 @@ and then in Go source,
 </p>
 
 <pre>
-import "code.google.com/go.exp/ssa"
+import "code.google.com/p/go.exp/ssa"
 </pre>
 
 <h3 id="TODO">TODO</h3>