From: Alberto Donizetti Date: Sun, 3 Mar 2019 17:33:34 +0000 (+0100) Subject: doc: fix bad lib/time link in 1.12 release notes X-Git-Tag: go1.13beta1~1242 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0dc62565401eba11bf9aec127c6c9f5aa4ecf1c9;p=gostls13.git 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 --- diff --git a/doc/go1.12.html b/doc/go1.12.html index ec2783f479..2945eb1c43 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -611,17 +611,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

@@ -935,6 +924,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