From f815499fab5f650f3eba12d48c53ec01d1362265 Mon Sep 17 00:00:00 2001
From: Joe Farrell
Date: Mon, 7 Nov 2016 18:43:13 +0000
Subject: [PATCH] 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
---
doc/go1.7.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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.
--
2.48.1