summaryrefslogtreecommitdiff
path: root/doc/go1.1.html
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2013-03-03 09:12:36 -0800
committerRob Pike <r@golang.org>2013-03-03 09:12:36 -0800
commitb459987034638620a75cdd56e1476d7bfb3165bc (patch)
treec48bda4fdfde7f7e6db63da125499052487ec587 /doc/go1.1.html
parent20b60208a5f27ac267c5a1efcde627e09d6695dd (diff)
downloadgo-b459987034638620a75cdd56e1476d7bfb3165bc.tar.gz
doc/go1.1.html: fix typo in URL
R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7423050
Diffstat (limited to 'doc/go1.1.html')
-rw-r--r--doc/go1.1.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.1.html b/doc/go1.1.html
index e4f5202bc..ae0a09939 100644
--- a/doc/go1.1.html
+++ b/doc/go1.1.html
@@ -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>