diff options
author | Eike Rathke <erack@redhat.com> | 2021-12-11 20:10:35 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-12-11 21:40:00 +0100 |
commit | 06ac18e6302d666c363740644a7976e8c22d1113 (patch) | |
tree | 50cf68d96f9b306cc98e6a6a4b361050f54e2948 | |
parent | b31e525bc210c6e9168d67d5ea8c53206974f196 (diff) |
Update reference links for ISO 639 and 3166
SIL has restructured their site, and ISO either moves things
around or doesn't make them available at all. For 3166 use
Wikipedia if ISO doesn't want to be a reference..
Change-Id: I2f906376c081667f57d48fa0386015a90857aae5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126689
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
-rw-r--r-- | udkapi/com/sun/star/lang/Locale.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl index 355b5096bbf4..6f6f509c4305 100644 --- a/udkapi/com/sun/star/lang/Locale.idl +++ b/udkapi/com/sun/star/lang/Locale.idl @@ -42,8 +42,8 @@ published struct Locale defined by ISO 639-1, or three-letter codes as defined by ISO 639-3. You can find a full list of these codes at a number of sites, such as: <br/> - <a href="http://sil.org/iso639-3/codes.asp"> - <code>http://sil.org/iso639-3/codes.asp</code></a>. + <a href="https://iso639-3.sil.org/code_tables/639/data"> + <code>https://iso639-3.sil.org/code_tables/639/data</code></a>. </p> <p>If this field contains an empty string, the meaning depends on the @@ -62,8 +62,8 @@ published struct Locale <p>These codes are the upper-case two-letter codes as defined by ISO 3166-1. You can find a full list of these codes at a number of sites, such as: <br/> - <a href="http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_elements.htm"> - <code>http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_elements.htm</code></a>. + <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2"> + <code>https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2</code></a>. </p> <p>If this field contains an empty string, the meaning depends on the |