Skip to content

Commit 0a65493

Browse files
committed
doc: remove URL for ICU explorer/locexp
The old URL was HTTP 404 and the git link didn't build. Also update two other ICU links. If we ever get a good link we will add it back. Reported-by: Anton Voloshin Author: Laurenz Albe Backpatch-through: 10
1 parent 5ba397f commit 0a65493

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/src/sgml/charset.sgml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
746746
set that is preloaded by <command>initdb</command>. Users are encouraged
747747
to define their own collation objects that make use of these facilities to
748748
suit the sorting behavior to their requirements.
749-
See <ulink url="http://userguide.icu-project.org/locale"></ulink>
750-
and <ulink url="http://userguide.icu-project.org/collation/api"></ulink> for
749+
See <ulink url="https://unicode-org.github.io/icu/userguide/locale/"></ulink>
750+
and <ulink url="https://unicode-org.github.io/icu/userguide/collation/api.html"></ulink> for
751751
information on ICU locale naming. The set of acceptable names and
752752
attributes depends on the particular ICU version.
753753
</para>
@@ -841,10 +841,6 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
841841
subtag) can be found in
842842
the <ulink url="https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml">CLDR
843843
repository</ulink>.
844-
The <ulink url="https://ssl.icu-project.org/icu-bin/locexp">ICU Locale
845-
Explorer</ulink> can be used to check the details of a particular locale
846-
definition. The examples using the <literal>k*</literal> subtags require
847-
at least ICU version 54.
848844
</para>
849845

850846
<para>

0 commit comments

Comments
 (0)