diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2025-02-10 15:28:01 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2025-02-10 21:40:55 +0100 |
commit | 7825e7775113864093260175387ccece1e0e25d0 (patch) | |
tree | b8c5a850bdac7f2550d071e463000658a1768519 /odk/examples | |
parent | df2b2526826e44cb215752e4daab1c6cbdfb480b (diff) |
Logo on api.libreoffice.org should link to itself
not to libreoffice.org
Change-Id: Ic6c66312720dc1921693015b6d904f5b12d19f03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181355
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/examples.html | 2 | ||||
-rw-r--r-- | odk/examples/examples.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html index 513686681409..3fac60f38ea5 100644 --- a/odk/examples/DevelopersGuide/examples.html +++ b/odk/examples/DevelopersGuide/examples.html @@ -27,7 +27,7 @@ <div id="BgContainer"> <div id="Container"> <div id="TopHeader"> - <a id="Logo" href="http://www.libreoffice.org/" title="Go to the Home of LibreOffice and the LibreOffice Community page"></a> + <a id="Logo" href="https://api.libreoffice.org/" title="%PRODUCTNAME% API Documentation"></a> <p id="HeaderTagLine"> Software Development Kit %PRODUCT_RELEASE% </p> diff --git a/odk/examples/examples.html b/odk/examples/examples.html index 909647627932..4744d6d3ea58 100644 --- a/odk/examples/examples.html +++ b/odk/examples/examples.html @@ -27,7 +27,7 @@ <div id="BgContainer"> <div id="Container"> <div id="TopHeader"> - <a id="Logo" href="http://www.libreoffice.org/" title="Go to the Home of LibreOffice and the LibreOffice Community page"></a> + <a id="Logo" href="https://api.libreoffice.org/" title="%PRODUCTNAME% API Documentation"></a> <p id="HeaderTagLine"> Software Development Kit %PRODUCT_RELEASE% </p> |