From 05d925fea4e0b2d8efa48cb01ced2133c0c059cd Mon Sep 17 00:00:00 2001 From: Haoliang Gao Date: Sun, 15 Apr 2018 00:35:10 +0800 Subject: [PATCH] docs: change English document on Readme (#2397) --- README.md | 5 +---- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c73f95b826..91da8345db 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,11 @@ Node.js >= 8.0.0 required. ## Docs & Community -- [Website && Documentations](https://eggjs.org) +- [Website && Documentations](https://eggjs.org/en/index.html) - [Plugins](https://github.com/search?q=topic%3Aegg-plugin&type=Repositories) - [Frameworks](https://github.com/search?q=topic%3Aegg-framework&type=Repositories) - [Plugin Dependency](http://uml.mvnsearch.org/github/eggjs/egg/blob/master/docs/plugins.puml) -> All the documentations (comments, README, etc.) are in English, except the tutorials and api documentations are still [being translated](https://github.com/eggjs/egg/issues/363). -> Feel free to join us and translate egg documentations. It's appreciated. - ## Getting Started Follow the commands listed below. diff --git a/README.zh-CN.md b/README.zh-CN.md index 43c25a7b81..752c663be4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -38,7 +38,7 @@ $ npm install egg --save - ✔︎ 内置多进程管理 - ✔︎ 高度可扩展的插件机制 - ✔︎ 深度框架定制 -- ✔︎ 丰富的[插件](https://eggjs.org/badgeboard/) +- ✔︎ 丰富的[插件](https://github.com/search?q=topic%3Aegg-plugin&type=Repositories) ## 文档和社区