aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2019-03-03 18:33:34 +0100
committerBrad Fitzpatrick <bradfitz@golang.org>2019-03-03 17:55:13 +0000
commit71b8a3bc8751ca4662cc7fdf36a78691ea1bd441 (patch)
tree394813eb5995ef81fd122e1ea7ae6a5fa1350b0c
parent91fd14b82493e592730a3e459ef6610195b854c2 (diff)
downloadgo-71b8a3bc8751ca4662cc7fdf36a78691ea1bd441.tar.gz
go-71b8a3bc8751ca4662cc7fdf36a78691ea1bd441.zip
[release-branch.go1.12] doc: fix bad lib/time link in 1.12 release notes
There's a "lib/time" sub-section in the Go 1.12 relase notes that points to a non-existent golang.org/pkg/lib/time page. The note is about a change in the tz database in the src/lib/time directory, but the section's title (and the link) should probably just refer to the time package. Change-Id: Ibf9dacd710e72886f14ad0b7415fea1e8d25b83a Reviewed-on: https://go-review.googlesource.com/c/164977 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> (cherry picked from commit 0dc62565401eba11bf9aec127c6c9f5aa4ecf1c9) Reviewed-on: https://go-review.googlesource.com/c/164964 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/go1.12.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/go1.12.html b/doc/go1.12.html
index 30d1960177..fbd59e3df2 100644
--- a/doc/go1.12.html
+++ b/doc/go1.12.html
@@ -600,17 +600,6 @@ for {
</dl><!-- io -->
-<dl id="lib/time"><dt><a href="/pkg/lib/time/">lib/time</a></dt>
- <dd>
- <p><!-- CL 151299 -->
- The time zone database in <code>$GOROOT/lib/time/zoneinfo.zip</code>
- has been updated to version 2018i. Note that this ZIP file is
- only used if a time zone database is not provided by the operating
- system.
- </p>
-
-</dl><!-- lib/time -->
-
<dl id="math"><dt><a href="/pkg/math/">math</a></dt>
<dd>
<p><!-- CL 153059 -->
@@ -924,6 +913,17 @@ for {
</p>
</dl><!-- text/template -->
+<dl id="time"><dt><a href="/pkg/time/">time</a></dt>
+ <dd>
+ <p><!-- CL 151299 -->
+ The time zone database in <code>$GOROOT/lib/time/zoneinfo.zip</code>
+ has been updated to version 2018i. Note that this ZIP file is
+ only used if a time zone database is not provided by the operating
+ system.
+ </p>
+
+</dl><!-- time -->
+
<dl id="unsafe"><dt><a href="/pkg/unsafe/">unsafe</a></dt>
<dd>
<p><!-- CL 146058 -->