From 05f25866d49e62b8468ba7fbbcb01cfa43aff855 Mon Sep 17 00:00:00 2001 From: Chikara Chan Date: Thu, 16 Feb 2017 22:32:26 +0800 Subject: [PATCH] docs: fix character type error and link reference error (#396) --- CONTRIBUTING.md | 2 +- CONTRIBUTING.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8651a6aa8a..a236710731 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contribution Guide If you have any comment or advice, please report your [issue](https://github.com/eggjs/egg/issues), -or make any change as you wish and submit an [PR](https://github.com/eggjs/egg/issues). +or make any change as you wish and submit an [PR](https://github.com/eggjs/egg/pulls). ## Reporting New Issues diff --git a/CONTRIBUTING.zh-CN.md b/CONTRIBUTING.zh-CN.md index 90db005657..af5b79179c 100644 --- a/CONTRIBUTING.zh-CN.md +++ b/CONTRIBUTING.zh-CN.md @@ -1,7 +1,7 @@ # 代码贡献规范 有任何疑问,欢迎提交 [issue](https://github.com/eggjs/egg/issues), -或者直接修改提交 [MR](https://github.com/eggjs/egg/issues)! +或者直接修改提交 [PR](https://github.com/eggjs/egg/pulls)! ## 提交 issue