From 89a4f996405684c117571e3a0813742b6a8269b7 Mon Sep 17 00:00:00 2001 From: 180909 <734461790@qq.com> Date: Wed, 11 Aug 2021 08:52:31 +0000 Subject: [PATCH] lib/time: fix tz-link ftp url Change-Id: Id09c01192dea6a6f26cbad7222946266587acfda GitHub-Last-Rev: c4f99aedcdc8316f13e8d9bfe9a00e48443fae9e GitHub-Pull-Request: golang/go#47639 Reviewed-on: https://go-review.googlesource.com/c/go/+/341389 Reviewed-by: Ian Lance Taylor Reviewed-by: Emmanuel Odeke --- lib/time/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/time/README b/lib/time/README index aab4daa7e2..edb8dccd26 100644 --- a/lib/time/README +++ b/lib/time/README @@ -4,7 +4,7 @@ The IANA asserts that the database is in the public domain. For more information, see https://www.iana.org/time-zones -ftp://ftp.iana.org/tz/code/tz-link.htm +ftp://ftp.iana.org/tz/code/tz-link.html http://tools.ietf.org/html/rfc6557 To rebuild the archive, read and run update.bash. -- 2.50.0