Skip to content

Commit 5823fc7

Browse files
committed
doc: update links in ICU guide
PR-URL: nodejs#38177 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent 8e76397 commit 5823fc7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/guides/maintaining-icu.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ Time zone data files are updated independently of ICU CLDR data. ICU and its
3939
main data files do not need to be upgraded in order to apply time zone data file
4040
fixes.
4141

42-
The [IANA tzdata](https://www.iana.org/time-zones) project releases new versions
43-
and announces them on the [`tz-announce`](https://mm.icann.org/pipermail/tz-announce/)
44-
mailing list.
42+
The [IANA tzdata][tz] project releases new versions and announces them on the
43+
[`tz-announce`](https://mm.icann.org/pipermail/tz-announce/) mailing list.
4544

4645
The Unicode project takes new releases and publishes
4746
[updated time zone data files](https://github.com/unicode-org/icu-data/tree/HEAD/tzdata/icunew)
@@ -56,7 +55,7 @@ files.
5655
the ICU major version number.
5756
* Clone the icu/icu-data repository and copy the latest `tzdata` release `le`
5857
files into the `source/data/in` directory.
59-
* Follow the upstream [ICU instructions](http://userguide.icu-project.org/datetime/timezone)
58+
* Follow the upstream [ICU instructions](https://unicode-org.github.io/icu/userguide/datetime/timezone/)
6059
to patch the ICU `.dat` file:
6160
> `for i in zoneinfo64.res windowsZones.res timezoneTypes.res metaZones.res;
6261
> do icupkg -a $i icudt*l.dat`
@@ -261,8 +260,8 @@ Node.js (see the top level README.md). Only modifying `icu-small` would cause
261260
the patch not to be landed in case the user specifies the ICU source code
262261
another way.
263262

264-
[CLDR]: https://unicode.org/cldr
263+
[CLDR]: http://cldr.unicode.org/
265264
[Ecma402]: https://github.com/tc39/ecma402
266-
[ICU]: http://icu-project.org
267-
[Unicode]: https://unicode.org
265+
[ICU]: http://site.icu-project.org/
266+
[Unicode]: https://home.unicode.org/
268267
[tz]: https://www.iana.org/time-zones

0 commit comments

Comments
 (0)