You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2022/04/03 00:37:07 UTC

[incubator-shenyu] branch master updated: docs: fix dead link in pull request template (#3190)

This is an automated email from the ASF dual-hosted git repository.

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new f15e9e8  docs: fix dead link in pull request template (#3190)
f15e9e8 is described below

commit f15e9e898a4a50ee0aba545306ef17cd6de8e9db
Author: Daming <zt...@foxmail.com>
AuthorDate: Sun Apr 3 08:36:58 2022 +0800

    docs: fix dead link in pull request template (#3190)
---
 .github/PULL_REQUEST_TEMPLATE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 5b411b6..52ce023 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,6 +5,6 @@ Thank you for proposing a pull request. This template will guide you through the
 -->
 Make sure that:
 
-- [ ] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor).
+- [ ] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide).
 - [ ] You submit test cases (unit or integration tests) that back your changes.
 - [ ] Your local test passed `mvn clean install -Dmaven.javadoc.skip=true`.