mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
time/tzdata: update links in comment
Change-Id: I141d29bb4adc957de5de1f8ed8867980fd3c8386 Reviewed-on: https://go-review.googlesource.com/c/go/+/342071 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
This commit is contained in:
parent
ff3469b1c2
commit
1162aae0ad
2 changed files with 4 additions and 4 deletions
|
@ -31,8 +31,8 @@ const header = `// Copyright 2020 The Go Authors. All rights reserved.
|
|||
|
||||
// For more information, see
|
||||
// https://www.iana.org/time-zones
|
||||
// ftp://ftp.iana.org/tz/code/tz-link.htm
|
||||
// http://tools.ietf.org/html/rfc6557
|
||||
// ftp://ftp.iana.org/tz/code/tz-link.html
|
||||
// https://datatracker.ietf.org/doc/html/rfc6557
|
||||
|
||||
package tzdata
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
// For more information, see
|
||||
// https://www.iana.org/time-zones
|
||||
// ftp://ftp.iana.org/tz/code/tz-link.htm
|
||||
// http://tools.ietf.org/html/rfc6557
|
||||
// ftp://ftp.iana.org/tz/code/tz-link.html
|
||||
// https://datatracker.ietf.org/doc/html/rfc6557
|
||||
|
||||
package tzdata
|
||||
|
||||
|
|
Loading…
Reference in a new issue