udkapi/com/sun/star/lang/Locale.idl |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 06ac18e6302d666c363740644a7976e8c22d1113
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Sat Dec 11 20:10:35 2021 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Sat Dec 11 21:40:00 2021 +0100

    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 <er...@redhat.com>
    Tested-by: Jenkins

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

Reply via email to