odk/docs/tools.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1b4f40165850ffdc0399d39390878925ef5e9be4 Author: Samuel Mehrbrodt <[email protected]> AuthorDate: Thu Jun 29 22:13:40 2023 +0200 Commit: Samuel Mehrbrodt <[email protected]> CommitDate: Thu Jun 29 23:00:22 2023 +0200 Point to LO DevGuide instead of OOo Change-Id: Ib8ac0a69491f4cab3fbb1b4ba7ab29e55d3c8350 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153774 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <[email protected]> diff --git a/odk/docs/tools.html b/odk/docs/tools.html index d71d36f2401d..f9edc69c9394 100644 --- a/odk/docs/tools.html +++ b/odk/docs/tools.html @@ -141,7 +141,7 @@ SDK but comes with the office directly and is a development tool as well as an end user tool to deploy extension into an office installation.</p> <p>More details concerning deployment and this tool can be found in the - Developer's Guide: <a href="http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/unopkg" title="link to the "Extension Manager - unopkg" chapter in the Developer's Guide">Extension Manager - <i>unopkg</i></a>.</p> + Developer's Guide: <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Extensions#unopkg" title="link to the "Extension Manager - unopkg" chapter in the Developer's Guide">Extension Manager - <i>unopkg</i></a>.</p> <p><b>Note:</b> This tool works only in the <i><office>/program</i> directory!</p> <p class="head2">Usage:</p> @@ -333,7 +333,7 @@ to check UNODL type definitions and transform valid type definitions into a binary type library format, which is later used by all codemaker tools. It is also used as a dynamic type library for UNO at runtime.<br/> - You can find a syntax description for UNOIDL <a href="http://wiki.openoffice.org/wiki/Documentation/DevGuide/AppendixD/UNOIDL_Syntax_Specification" title="link to the "UNOIDL Syntax Specification" chapter in the Developer's Guide">here</a>.</p> + You can find a syntax description for UNOIDL <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/UNOIDL_Syntax_Specification" title="link to the "UNOIDL Syntax Specification" chapter in the Developer's Guide">here</a>.</p> <p><b>Note:</b> unoidl-write produces a new binary type library format that is different from the legacy format that was produced by idlc and regmerge. While recent versions of LibreOffice are still able to read the old format, versions of
