[DOC-CVS] [doc-base] master: Fix broken ICU link in intl.configuration documentation (#264)
[email protected] (Louis-Arnaud via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Louis-Arnaud (lacatoire) Committer: GitHub (web-flow) Pusher: Girgias Date: 2025-11-10T23:44:17Z Commit: https://github.com/php/doc-base/commit/d5b5f0e1490de2d5bc3e3ff414bc2ffcef1f4261 Raw diff: https://github.com/php/doc-base/commit/d5b5f0e1490de2d5bc3e3ff414bc2ffcef1f4261.diff Fix broken ICU link in intl.configuration documentation (#264) Co-authored-by: lacatoire <[email protected]> Changed paths: M entities/global.ent Diff: diff --git a/entities/global.ent b/entities/global.ent index e35a23ab1..8a4edd13c 100644 --- a/entities/global.ent +++ b/entities/global.ent @@ -172,7 +172,7 @@ <!ENTITY url.icu.home "https://icu.unicode.org/"> <!ENTITY url.icu.locale.guide "https://unicode-org.github.io/icu/userguide/locale/"> <!ENTITY url.icu.locale.api "https://unicode-org.github.io/icu-docs/apidoc/dev/icu4c/uloc_8h.html"> -<!ENTITY url.icu.locales "https://icu4c-demos.unicode.org/icu-bin/locexp"> +<!ENTITY url.icu.locales "https://unicode-org.github.io/icu/userguide/locale/"> <!ENTITY url.icu.msgformat "https://unicode-org.github.io/icu/userguide/format_parse/messages/"> <!ENTITY url.icu.normalization.guide "https://unicode-org.github.io/icu/userguide/transforms/normalization/"> <!ENTITY url.icu.normalization.api "https://unicode-org.github.io/icu-docs/apidoc/dev/icu4c/unorm_8h.html">