diff options
author | Hossein <hossein@libreoffice.org> | 2022-04-15 12:46:24 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-04-16 20:43:11 +0200 |
commit | 622b92dab29aff0fe9f23cf6fbf00dc7347bb34a (patch) | |
tree | 2aebd57de72350fbda4bb70cb1c465e97b9a2003 /README.md | |
parent | 670d07cc05b286e1f35b77b73a636ae259af5fb6 (diff) |
Update README.md files
* Fix typo
* Improve links
Change-Id: Ie77ec795675bf7497c90620eb44ebb3191c003b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133067
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 2d9432868c70..96fde564a842 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ A quick overview of the LibreOffice code structure. 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.documentfoundation.org/Documentation/DevGuide). +for which you can read the [API docs](https://api.libreoffice.org/) +and [Developers Guide](https://wiki.documentfoundation.org/Documentation/DevGuide). This re-uses the (extremely generic) UNO APIs that are also used by macro scripting in StarBasic. @@ -51,7 +51,7 @@ run and compile LibreOffice, also used by the TDF builds: * Emscripten / WASM: * Runtime: a browser with SharedMemory support (threads + atomics) * Build: Qt 5.15 with Qt supported Emscripten 1.39.8 - * See README.wasm + * See [README.wasm](static/README.wasm.md) If you want to use Clang with the LibreOffice compiler plugins, the minimal version of Clang is 12.0.1. Since Xcode doesn't provide the compiler plugin |