From: Alberto Donizetti Date: Sun, 3 Mar 2019 17:33:34 +0000 (+0100) Subject: [release-branch.go1.12] doc: fix bad lib/time link in 1.12 release notes X-Git-Tag: go1.12.1~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=71b8a3bc8751ca4662cc7fdf36a78691ea1bd441;p=gostls13.git [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 (cherry picked from commit 0dc62565401eba11bf9aec127c6c9f5aa4ecf1c9) Reviewed-on: https://go-review.googlesource.com/c/164964 Reviewed-by: Dmitri Shuralyov --- 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 { -
lib/time
-
-

- The time zone database in $GOROOT/lib/time/zoneinfo.zip - 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. -

- -
-
math

@@ -924,6 +913,17 @@ for {

+
time
+
+

+ The time zone database in $GOROOT/lib/time/zoneinfo.zip + 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. +

+ +
+
unsafe