summaryrefslogtreecommitdiff
path: root/doc/go1.1.html
diff options
context:
space:
mode:
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>