From f78b9b750c324ea8c4b6aafe3b617737a78f4b67 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Mon, 8 Apr 2019 10:59:13 +0800 Subject: [PATCH] link to RELEASENOTES.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98694600..61cfe691 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ in order to support [HybridOS Foundation Class Library]. * We introduced a Slice Memory Allocator for fast concurrent memory chunk allocation. -For more information, please refer to RELEASENOTES.md file. +For more information, please refer to [RELEASENOTES.md] file. ## NEW FEATURES IN VERSION 3.2.x @@ -417,3 +417,5 @@ the commercial license of MiniGUI, please write to sales@minigui.com. [HybridOS]: https://github.com/FMSoftCN/hybridos [HybridOS Foundation Class Library]: https://github.com/FMSoftCN/hybridos/tree/dev/device-side/hfcl +[RELEASENOTES.md]: https://github.com/VincentWei/minigui/blob/master/RELEASE-NOTES.md +