From cde8e297a21e17b906f9f28ab0b6c313b1842547 Mon Sep 17 00:00:00 2001 From: shining Date: Wed, 4 Mar 2020 10:39:06 +0800 Subject: [PATCH] Update the doc links in Readme and Readme_zh --- Readme.md | 14 +++++++------- Readme_zh.md | 17 +++++++++-------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/Readme.md b/Readme.md index 40fb7ce50a..b69ef3006c 100644 --- a/Readme.md +++ b/Readme.md @@ -38,17 +38,17 @@ Open the front end, back end, and compilation optimization of compilers. Support - Architecture Design Principles - [MAPLE IR Design](doc/en/MapleIRDesign.md) - - [RC API](doc/en/RC_API.md) - - [Naive RC Insertion Principle](doc/en/Naive_RC_Insertion_Description.md) - - [Virtual Table and Interface Table Design](doc/en/Vtable_Itable_Description.md) - - [Phase Design](doc/en/Compiler_Phase_Description.md) + - [RC API](doc/en/RcApi.md) + - [Naive RC Insertion Principle](doc/en/NaiveRcInsertionDescription.md) + - [Virtual Table and Interface Table Design](doc/en/VtableItableDescription.md) + - [Phase Design](doc/en/CompilerPhaseDescription.md) -- [Environment Configuration](doc/en/Development_Preparation.md) +- [Environment Configuration](doc/en/DevelopmentPreparation.md) -- [Developer Guide](doc/en/Developer_Guide.md) +- [Developer Guide](doc/en/DeveloperGuide.md) -- [Programming Specifications](doc/en/Programming_Specifications.md) +- [Programming Specifications](doc/en/ProgrammingSpecifications.md) diff --git a/Readme_zh.md b/Readme_zh.md index 9f58d0f2a1..e42b19bbe4 100644 --- a/Readme_zh.md +++ b/Readme_zh.md @@ -38,18 +38,19 @@ OpenArkCompiler是来自华为方舟编译器的开源项目。 - 架构设计原理 - [MAPLE IR Design](doc/en/MapleIRDesign.md) - - [RC API](doc/cn/RC_API.md) - - [Naive RC操作插入原理](doc/cn/Naive_RC_Insertion_Description.md) - - [虚函数表和接口函数表设计介绍](doc/cn/Vtable_Itable_Description.md) - - [Phase设计介绍](doc/cn/Compiler_Phase_Description.md) + - [RC API](doc/cn/RcApi.md) + - [Naive RC操作插入原理](doc/cn/NaiveRcInsertionDescription.md) + - [虚函数表和接口函数表设计介绍](doc/cn/VtableItableDescription.md) + - [Phase设计介绍](doc/cn/CompilerPhaseDescription.md) + - [Maple通用模块应用手册](doc/cn/DeveloperGuide4Utility.md) -- [环境配置](doc/cn/Development_Preparation.md) +- [环境配置](doc/cn/DevelopmentPreparation.md) -- [开发者指南](doc/cn/Developer_Guide.md) - -- [编程规范](doc/cn/Programming_Specifications.md) +- [开发者指南](doc/cn/DeveloperGuide.md) +- [编程规范](doc/cn/ProgrammingSpecifications.md) +- [C++编程探讨之指针](doc/cn/CPPCodingTalkAboutPointer.md) ## 许可证 - [LICENSE](license/LICENSE) -- Gitee