Skip to content

Commit

Permalink
doc: fix broken links in 1.7 release docs
Browse files Browse the repository at this point in the history
Change-Id: Ibf73ee7be4591393f4e08d464edfa325c3ec2c11
Reviewed-on: https://go-review.googlesource.com/32798
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
joe2far authored and ianlancetaylor committed Nov 7, 2016
1 parent 4cc83d4 commit f815499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/go1.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2 id="introduction">Introduction to Go 1.7</h2>
and now used in the standard library;
and <a href="#testing">adds support in the testing package</a> for
creating hierarchies of tests and benchmarks.
The release also <a href="#cmd/go">finalizes the vendoring support</a>
The release also <a href="#cmd_go">finalizes the vendoring support</a>
started in Go 1.5, making it a standard feature.
</p>

Expand Down Expand Up @@ -394,9 +394,9 @@ <h3 id="context">Context</h3>
request-scoped data in other standard library packages,
including
<a href="#net">net</a>,
<a href="#net/http">net/http</a>,
<a href="#net_http">net/http</a>,
and
<a href="#os/exec">os/exec</a>,
<a href="#os_exec">os/exec</a>,
as noted below.
</p>

Expand Down

0 comments on commit f815499

Please sign in to comment.