1
0
mirror of https://github.com/golang/go synced 2024-11-21 22:04:39 -07:00

doc: I have modified the broken links.

R=golang-dev, duperray.olivier, r
CC=adg, golang-dev
https://golang.org/cl/5542054
This commit is contained in:
Jongmin Kim 2012-01-17 09:47:34 -08:00 committed by Rob Pike
parent c5f8433261
commit 343098edaa
2 changed files with 4 additions and 4 deletions

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

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