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

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7423050
This commit is contained in:
Rob Pike 2013-03-03 09:12:36 -08:00
parent 51d52f820e
commit bfbac2dc1c

View 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>