From 0dc62565401eba11bf9aec127c6c9f5aa4ecf1c9 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Sun, 3 Mar 2019 18:33:34 +0100 Subject: [PATCH] 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 --- doc/go1.12.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/go1.12.html b/doc/go1.12.html index ec2783f4795..2945eb1c432 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