diff --git a/Home.md b/Home.md index cf96087..75749f2 100644 --- a/Home.md +++ b/Home.md @@ -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