From a6abc16cb15e412b70ee58a4443ab38228856991 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Fri, 27 Jun 2025 08:55:29 +0800 Subject: [PATCH] remove prefix --- programming-guide/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programming-guide/README.md b/programming-guide/README.md index ef96328..8bfeec5 100644 --- a/programming-guide/README.md +++ b/programming-guide/README.md @@ -4,9 +4,9 @@ This document introduces the concepts and the main APIs to program MiniGUI apps ## Table of Contents -- [Preface](programming-guide/MiniGUIProgGuidePreface.md) +- [Preface](MiniGUIProgGuidePreface.md) - Part I Foundation of MiniGUI Programming - - [Beginning MiniGUI Programming](programming-guide/MiniGUIProgGuidePart1Chapter01.md) + - [Beginning MiniGUI Programming](MiniGUIProgGuidePart1Chapter01.md) - [Window and Message](MiniGUIProgGuidePart1Chapter02.md) - [Foundation of Dialog Box Programming](MiniGUIProgGuidePart1Chapter03.md) - [Foundation of Control Programming](MiniGUIProgGuidePart1Chapter04.md)