From 343098edaaea0bcf6ca2422a20aa8b488e4e801c Mon Sep 17 00:00:00 2001 From: Jongmin Kim Date: Tue, 17 Jan 2012 09:47:34 -0800 Subject: [PATCH] doc: I have modified the broken links. R=golang-dev, duperray.olivier, r CC=adg, golang-dev https://golang.org/cl/5542054 --- doc/go1.html | 4 ++-- doc/go1.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/go1.html b/doc/go1.html index 77820d0807b..2168ba56288 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 d224e8ba0ef..21256ed7f3a 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: