public inbox for [email protected]  
help / color / mirror / Atom feed
From: Anton Voloshin <[email protected]>
To: [email protected]
Subject: [PATCH] fix ICU explorer link in locale documentation
Date: Sun, 4 Apr 2021 10:53:45 +0300
Message-ID: <[email protected]> (raw)

Hello,

Existing Postgres documentation states in doc/src/sgml/charset.sgml:
The <ulink url="https://ssl.icu-project.org/icu-bin/locexp">ICU Locale
Explorer</ulink> can be used to check the details of a particular locale
definition.

But the link is broken (SSL certificate does not include 
ssl.icu-project.org as allowed name). Correct link is, I believe,
https://icu4c-demos.unicode.org/icu-bin/locexp

Attached patch fixes the broken link.

-- 
Anton Voloshin
Postgres Professional: https://www.postgrespro.com
Russian Postgres Company

diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml
index 300a0d83d4..46d19ae39d 100644
--- a/doc/src/sgml/charset.sgml
+++ b/doc/src/sgml/charset.sgml
@@ -842,7 +842,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
     subtag) can be found in
     the <ulink url="https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml">CLDR
     repository</ulink>.
-    The <ulink url="https://ssl.icu-project.org/icu-bin/locexp">ICU Locale
+    The <ulink url="https://icu4c-demos.unicode.org/icu-bin/locexp">ICU Locale
     Explorer</ulink> can be used to check the details of a particular locale
     definition.  The examples using the <literal>k*</literal> subtags require
     at least ICU version 54.


Attachments:

  [text/plain] icu-explorer-link.patch (760B, 2-icu-explorer-link.patch)
  download | inline diff:
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml
index 300a0d83d4..46d19ae39d 100644
--- a/doc/src/sgml/charset.sgml
+++ b/doc/src/sgml/charset.sgml
@@ -842,7 +842,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
     subtag) can be found in
     the <ulink url="https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml">CLDR
     repository</ulink>.
-    The <ulink url="https://ssl.icu-project.org/icu-bin/locexp">ICU Locale
+    The <ulink url="https://icu4c-demos.unicode.org/icu-bin/locexp">ICU Locale
     Explorer</ulink> can be used to check the details of a particular locale
     definition.  The examples using the <literal>k*</literal> subtags require
     at least ICU version 54.


reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: [PATCH] fix ICU explorer link in locale documentation
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox