Skip to content

Commit 622b92d

Browse files
hosseinnfitojb
authored andcommitted
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>
1 parent 670d07c commit 622b92d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ A quick overview of the LibreOffice code structure.
1818
You can develop for LibreOffice in one of two ways, one
1919
recommended and one much less so. First the somewhat less recommended
2020
way: it is possible to use the SDK to develop an extension,
21-
for which you can read the API docs [here](https://api.libreoffice.org/)
22-
and [here](https://wiki.documentfoundation.org/Documentation/DevGuide).
21+
for which you can read the [API docs](https://api.libreoffice.org/)
22+
and [Developers Guide](https://wiki.documentfoundation.org/Documentation/DevGuide).
2323
This re-uses the (extremely generic) UNO APIs that are also used by
2424
macro scripting in StarBasic.
2525

@@ -51,7 +51,7 @@ run and compile LibreOffice, also used by the TDF builds:
5151
* Emscripten / WASM:
5252
* Runtime: a browser with SharedMemory support (threads + atomics)
5353
* Build: Qt 5.15 with Qt supported Emscripten 1.39.8
54-
* See README.wasm
54+
* See [README.wasm](static/README.wasm.md)
5555

5656
If you want to use Clang with the LibreOffice compiler plugins, the minimal
5757
version of Clang is 12.0.1. Since Xcode doesn't provide the compiler plugin

drawinglayer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ printing), etc.
8686
## Dumping DrawingLayer Primitives as XML
8787

8888
For debugging purposes, it is possible to dump the drawinglayer primitives as
89-
as an xml file. The drawinglayer xml dump can show possible problems with the
89+
an xml file. The drawinglayer xml dump can show possible problems with the
9090
rendering.
9191

9292
For example, in `emfio/qa/cppunit/emf/EmfImportTest.cxx`, one can write:

emfio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ documentation.
5151

5252
The drawinglayer primitives created to draw the emf/wmf files can be dumped as
5353
xml for debugging purposes. For more information, please refer to the
54-
[drawyinglayer](../drawyinglayer) documentation.
54+
[drawinglayer](../drawyinglayer) documentation.
5555

5656
## Limitations
5757
Not all the WMF/EMF/EMF+ records are supported by this module. Unsupported

0 commit comments

Comments
 (0)