diff --git a/doc/go1.html b/doc/go1.html
index d839b7a278c..0f53efa9f59 100644
--- a/doc/go1.html
+++ b/doc/go1.html
@@ -673,6 +673,11 @@ This table lists the old and new import paths:
|
+image/bmp | code.google.com/p/go.image/bmp |
+image/tiff | code.google.com/p/go.image/tiff |
+
+
|
+
net/dict | code.google.com/p/go.net/dict |
net/websocket | code.google.com/p/go.net/websocket |
exp/spdy | code.google.com/p/go.net/spdy |
diff --git a/doc/go1.tmpl b/doc/go1.tmpl
index f1203f19073..0e5b1ed5347 100644
--- a/doc/go1.tmpl
+++ b/doc/go1.tmpl
@@ -597,6 +597,11 @@ This table lists the old and new import paths:
|
+image/bmp | code.google.com/p/go.image/bmp |
+image/tiff | code.google.com/p/go.image/tiff |
+
+
|
+
net/dict | code.google.com/p/go.net/dict |
net/websocket | code.google.com/p/go.net/websocket |
exp/spdy | code.google.com/p/go.net/spdy |