]> Cypherpunks repositories - gostls13.git/commitdiff
doc: I have modified the broken links.
authorJongmin Kim <atomaths@gmail.com>
Tue, 17 Jan 2012 17:47:34 +0000 (09:47 -0800)
committerRob Pike <r@golang.org>
Tue, 17 Jan 2012 17:47:34 +0000 (09:47 -0800)
R=golang-dev, duperray.olivier, r
CC=adg, golang-dev
https://golang.org/cl/5542054

doc/go1.html
doc/go1.tmpl

index 77820d0807bd2b805d1ca1d829b06d1e36c6077f..2168ba56288b9950f5cc1ac98911fa97afb86477 100644 (file)
@@ -701,9 +701,9 @@ Since the package's functionality is new, no updating is necessary.
 <h3 id="http">The http package</h3>
 
 <p>
-In Go 1 the <a href="/pkg/http/"><code>http</code></a> package is refactored,
+In Go 1 the <a href="/pkg/net/http/"><code>http</code></a> package is refactored,
 putting some of the utilities into a
-<a href="/pkg/httputil/"><code>httputil</code></a> subdirectory.
+<a href="/pkg/net/httputil/"><code>httputil</code></a> subdirectory.
 These pieces are only rarely needed by HTTP clients.
 The affected items are:
 </p>
index d224e8ba0efb4f7816cc41e13032e2148fc8799a..21256ed7f3a74c74e1b290fad4d25dc4b7b15e50 100644 (file)
@@ -605,9 +605,9 @@ Since the package's functionality is new, no updating is necessary.
 <h3 id="http">The http package</h3>
 
 <p>
-In Go 1 the <a href="/pkg/http/"><code>http</code></a> package is refactored,
+In Go 1 the <a href="/pkg/net/http/"><code>http</code></a> package is refactored,
 putting some of the utilities into a
-<a href="/pkg/httputil/"><code>httputil</code></a> subdirectory.
+<a href="/pkg/net/httputil/"><code>httputil</code></a> subdirectory.
 These pieces are only rarely needed by HTTP clients.
 The affected items are:
 </p>