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 | |
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>
-rw-r--r-- | odk/docs/install.html | 4 | ||||
-rw-r--r-- | odk/docs/tools.html | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/examples.html | 2 | ||||
-rw-r--r-- | odk/examples/examples.html | 2 | ||||
-rw-r--r-- | odk/index.html | 2 | ||||
-rw-r--r-- | odk/index_online.html | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/odk/docs/install.html b/odk/docs/install.html index 984e5480a745..03487b87f7ce 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -26,8 +26,8 @@ <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/docs/tools.html b/odk/docs/tools.html index 8e74d987f313..2378b5ba7da3 100644 --- a/odk/docs/tools.html +++ b/odk/docs/tools.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/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> diff --git a/odk/index.html b/odk/index.html index ad5cfb836a2d..8ecb16a12bde 100644 --- a/odk/index.html +++ b/odk/index.html @@ -26,7 +26,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">%PRODUCTNAME% API Documentation</p> </div> <div class="clear"></div> diff --git a/odk/index_online.html b/odk/index_online.html index e469959b5729..30ae234b93cf 100644 --- a/odk/index_online.html +++ b/odk/index_online.html @@ -9,7 +9,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">LibreOffice API Documentation</p> </div> <div class="clear"></div> |