From: Joe Farrell
Date: Mon, 7 Nov 2016 18:43:13 +0000 (+0000)
Subject: doc: fix broken links in 1.7 release docs
X-Git-Tag: go1.8beta1~282
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f815499fab5f650f3eba12d48c53ec01d1362265;p=gostls13.git
doc: fix broken links in 1.7 release docs
Change-Id: Ibf73ee7be4591393f4e08d464edfa325c3ec2c11
Reviewed-on: https://go-review.googlesource.com/32798
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/go1.7.html b/doc/go1.7.html
index 3410f417e4..2b0f01d8fb 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -43,7 +43,7 @@ includes the context package, promoted from the
and now used in the standard library;
and adds support in the testing package for
creating hierarchies of tests and benchmarks.
-The release also finalizes the vendoring support
+The release also finalizes the vendoring support
started in Go 1.5, making it a standard feature.
@@ -394,9 +394,9 @@ This allows the use of contexts for cancelation, timeouts, and passing
request-scoped data in other standard library packages,
including
net,
-net/http,
+net/http,
and
-os/exec,
+os/exec,
as noted below.