From: Jongmin Kim Date: Tue, 17 Jan 2012 17:47:34 +0000 (-0800) Subject: doc: I have modified the broken links. X-Git-Tag: weekly.2012-01-20~82 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=343098edaaea0bcf6ca2422a20aa8b488e4e801c;p=gostls13.git doc: I have modified the broken links. R=golang-dev, duperray.olivier, r CC=adg, golang-dev https://golang.org/cl/5542054 --- diff --git a/doc/go1.html b/doc/go1.html index 77820d0807..2168ba5628 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -701,9 +701,9 @@ Since the package's functionality is new, no updating is necessary.

The http package

-In Go 1 the http package is refactored, +In Go 1 the http package is refactored, putting some of the utilities into a -httputil subdirectory. +httputil subdirectory. These pieces are only rarely needed by HTTP clients. The affected items are:

diff --git a/doc/go1.tmpl b/doc/go1.tmpl index d224e8ba0e..21256ed7f3 100644 --- a/doc/go1.tmpl +++ b/doc/go1.tmpl @@ -605,9 +605,9 @@ Since the package's functionality is new, no updating is necessary.

The http package

-In Go 1 the http package is refactored, +In Go 1 the http package is refactored, putting some of the utilities into a -httputil subdirectory. +httputil subdirectory. These pieces are only rarely needed by HTTP clients. The affected items are: