Browse Source

add README_links

stanleyzhu(朱宏伟) 5 years ago
parent
commit
a24748172e
2 changed files with 14 additions and 14 deletions
  1. 7 7
      README.md
  2. 7 7
      README.zh.md

+ 7 - 7
README.md

@@ -4,13 +4,13 @@ This project is the source code of the Tars RPC framework C++ language.
 
 Directory |Features
 ------------------|----------------
-servant      |Source code implementation of C++ language framework rpc
-tools        |Source code implementation of C++ language framework IDL tool
-util         |Source code implementation of C++ language framework basic tool library
-examples     |Sample code for the C++ language framework, including: quick start examples, introduction to promise programming, examples of pressure test programs
-test         |Test procedures for various parts of the C++ language framework
-docs         |Document description
-docs-en      |English document description
+[servant](https://github.com/TarsCloud/TarsCpp/tree/master/servant)      |Source code implementation of C++ language framework rpc
+[tools](https://github.com/TarsCloud/TarsCpp/tree/master/tools)        |Source code implementation of C++ language framework IDL tool
+[util](https://github.com/TarsCloud/TarsCpp/tree/master/util)         |Source code implementation of C++ language framework basic tool library
+[examples](https://github.com/TarsCloud/TarsCpp/tree/master/examples)     |Sample code for the C++ language framework, including: quick start examples, introduction to promise programming, examples of pressure test programs
+[test](https://github.com/TarsCloud/TarsCpp/tree/master/test)         |Test procedures for various parts of the C++ language framework
+[docs](https://github.com/TarsCloud/TarsCpp/tree/master/docs)         |Document description
+[docs-en](https://github.com/TarsCloud/TarsCpp/tree/master/docs-en)      |English document description
 
 Dependent environment
 

+ 7 - 7
README.zh.md

@@ -2,13 +2,13 @@
 
 目录名称 |功能
 ------------------|----------------
-servant      |C++语言框架rpc的源码实现
-tools        |C++语言框架IDL工具的源码实现
-util         |C++语言框架基础工具库的源码实现
-examples     |C++语言框架的示例代码,包括:快速入门示例、promise编程入门示例、压测程序示例
-test         |C++语言框架各个部分的测试程序
-docs         |文档说明
-docs-en      |英文文档说明
+[servant](https://github.com/TarsCloud/TarsCpp/tree/master/servant)      |C++语言框架rpc的源码实现
+[tools](https://github.com/TarsCloud/TarsCpp/tree/master/tools)        |C++语言框架IDL工具的源码实现
+[util](https://github.com/TarsCloud/TarsCpp/tree/master/util)          |C++语言框架基础工具库的源码实现
+[examples](https://github.com/TarsCloud/TarsCpp/tree/master/examples)     |C++语言框架的示例代码,包括:快速入门示例、promise编程入门示例、压测程序示例
+[test](https://github.com/TarsCloud/TarsCpp/tree/master/test)         |C++语言框架各个部分的测试程序
+[docs](https://github.com/TarsCloud/TarsCpp/tree/master/docs)         |文档说明
+[docs-en](https://github.com/TarsCloud/TarsCpp/tree/master/docs-en)      |英文文档说明
 
 依赖环境