tune Wiki page links for GitHub

Vincent Wei
2019-06-02 17:20:24 +08:00
parent f262fa7fb5
commit 2c9967e768

@@ -40,11 +40,11 @@ We call these documents "MiniGUI Supplementary Documents".
your MiniGUI apps.
* [Using Enhanced LOGFONT and DEVFONT Interfaces](Enhanced-Font) -
Understand and use enhanced LOGFONT and DEVFONT intefaces of MiniGUI 4.0.
* [Using SyncUpdateDC to Reduce Screen Flicker](/Sync-Update) -
* [Using SyncUpdateDC to Reduce Screen Flicker](Sync-Update) -
How to use MiniGUI's synchronous update mechanism to reduce screen flicker.
* [Laying out, Shaping, and Rendering Text in Complex/Mixed Scripts](/Complex-Scripts) -
* [Laying out, Shaping, and Rendering Text in Complex/Mixed Scripts](Complex-Scripts) -
How to lay out, shape, and render text in complex or mixed scripts on MiniGUI 4.0.
* [Writing MiniGUI Apps for 64-bit Platforms](/64-bit-Platform) -
* [Writing MiniGUI Apps for 64-bit Platforms](64-bit-Platform) -
Describe the things you need to be aware of when developing MiniGUI apps for 64-bit platforms.
## Existing Documents