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

New commits:
commit a3f0c5022dc98cdbf2723d328d97db94a67e8ecd
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Tue Sep 27 19:45:47 2022 +0200
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Tue Sep 27 22:57:14 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

diff --git a/udkapi/com/sun/star/lang/Locale.idl 
b/udkapi/com/sun/star/lang/Locale.idl
index 4eafbd8f57f0..b82e203a6991 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.idl
@@ -75,8 +75,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