diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-04-12 18:32:29 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-04-13 08:16:52 +0200 |
commit | e568c9dca8b93b96a8a130a8fb6f1bba1a33d6ea (patch) | |
tree | 925e4596e68d5833d887e778e6eead7353376b49 /README.md | |
parent | c7970e3204f7e2d958d213c42a9f0db232578a62 (diff) |
Update remaining DevGuide wiki links.
My Kate editor decided to do some whitespace cleanup, but maybe
it's fine as the main changes are not targeting functional bits anyway.
Change-Id: I5292e77e43055f94a6256a7f72d49fd59287d194
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132928
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 31383800dc10..2d9432868c70 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You can develop for LibreOffice in one of two ways, one recommended and one much less so. First the somewhat less recommended way: it is possible to use the SDK to develop an extension, for which you can read the API docs [here](https://api.libreoffice.org/) -and [here](https://wiki.openoffice.org/wiki/Documentation/DevGuide). +and [here](https://wiki.documentfoundation.org/Documentation/DevGuide). This re-uses the (extremely generic) UNO APIs that are also used by macro scripting in StarBasic. |