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

New commits:
commit a85549e740a3eaf5c59dae7f4454683cef3cf060
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Tue Sep 27 19:45:47 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Wed Sep 28 02:47:16 2022 +0200

    Replace dead langtag.net reference link with Wikipedia and W3C
    
    Change-Id: Ic62f0f2ed9d4e4c7b6e026ec879830cbdb5338cb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140663
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins
    (cherry picked from commit 1a5e3249e30e3b1fe18d154df21a182d7d33854a)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140606
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/udkapi/com/sun/star/lang/Locale.idl 
b/udkapi/com/sun/star/lang/Locale.idl
index 6f6f509c4305..1f7c2db06860 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.idl
@@ -79,8 +79,10 @@ published struct Locale
         field is empty. </p>
 
         <p>You can find BCP 47 language tag resources at <br/>
-        <a href="http://www.langtag.net/";>
-        <code>http://www.langtag.net/</code></a>. </p>
+        <a href="https://en.wikipedia.org/wiki/IETF_language_tag";>
+        <code>https://en.wikipedia.org/wiki/IETF_language_tag</code></a> and
+        <a href="https://www.w3.org/International/articles/language-tags/";>
+        
<code>https://www.w3.org/International/articles/language-tags/</code></a>. </p>
 
         <p>Earlier versions of the documentation mentioned "vendor and
         browser-specific" codes but that was never supported. Use of any

Reply via email to