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

aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new aa3807e  HADOOP-17352. Update PATCH_NAMING_RULE in the personality 
file. (#2433)
aa3807e is described below

commit aa3807ed1de895990b83df29178d0b18bd9bc02f
Author: Akira Ajisaka <aajis...@apache.org>
AuthorDate: Tue Nov 10 13:58:27 2020 +0900

    HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. (#2433)
    
    Reviewed-by: Ayush Saxena <ayushsax...@apache.org>
    (cherry picked from commit 34e2abd811b271708c82bf4d5bedfc9d721366bf)
---
 dev-support/bin/hadoop.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/bin/hadoop.sh b/dev-support/bin/hadoop.sh
index 88b6005..3343014 100755
--- a/dev-support/bin/hadoop.sh
+++ b/dev-support/bin/hadoop.sh
@@ -30,7 +30,7 @@ function personality_globals
   #shellcheck disable=SC2034
   PATCH_BRANCH_DEFAULT=trunk
   #shellcheck disable=SC2034
-  PATCH_NAMING_RULE="https://wiki.apache.org/hadoop/HowToContribute";
+  
PATCH_NAMING_RULE="https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute";
   #shellcheck disable=SC2034
   JIRA_ISSUE_RE='^(HADOOP|YARN|MAPREDUCE|HDFS)-[0-9]+$'
   #shellcheck disable=SC2034


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to