aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-08-23 08:25:56 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-08-23 08:25:56 +0200
commited057fb68720dfeffc03e2b156c274f8ed10583a (patch)
tree269e778498934958c50353679bb9e02c47f65d86 /doc/src
parented9330cff57bf38df2c38ea4d4cbb44e1378d4d4 (diff)
downloadpostgresql-ed057fb68720dfeffc03e2b156c274f8ed10583a.tar.gz
postgresql-ed057fb68720dfeffc03e2b156c274f8ed10583a.zip
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/charset.sgml2
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>