diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-08-23 08:25:56 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-08-23 08:26:53 +0200 |
commit | 0b9127de12daf4b6eb33766a592c38fda3853bff (patch) | |
tree | e441e4af8d4963f448c08918927bbb6a37a27c62 | |
parent | 6f168e077e4671ecc0796e9aeb7ad61fc3e5b6dd (diff) |
doc: Improve ICU external link
It previously pointed to the collation API documentation, which our
users don't need, but the containing chapter seems useful.
-rw-r--r-- | doc/src/sgml/charset.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 22721b105ff..dd092fddd61 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1562,7 +1562,7 @@ SELECT 'x-y' = 'x_y' COLLATE level4; -- false </listitem> <listitem> <para> - <ulink url="https://unicode-org.github.io/icu/userguide/collation/api.html"></ulink> + <ulink url="https://unicode-org.github.io/icu/userguide/collation/"></ulink> </para> </listitem> </itemizedlist> |