Commit bfbac2dc authored by Rob Pike's avatar Rob Pike

doc/go1.1.html: fix typo in URL

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7423050
parent 51d52f82
...@@ -193,7 +193,7 @@ for example, run ...@@ -193,7 +193,7 @@ for example, run
</p> </p>
<pre> <pre>
$ go get code.google.com/go.exp/ssa $ go get code.google.com/p/go.exp/ssa
</pre> </pre>
<p> <p>
...@@ -201,7 +201,7 @@ and then in Go source, ...@@ -201,7 +201,7 @@ and then in Go source,
</p> </p>
<pre> <pre>
import "code.google.com/go.exp/ssa" import "code.google.com/p/go.exp/ssa"
</pre> </pre>
<h3 id="TODO">TODO</h3> <h3 id="TODO">TODO</h3>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment