Skip to content

Commit aa3807e

Browse files
committed
HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. (#2433)
Reviewed-by: Ayush Saxena <[email protected]> (cherry picked from commit 34e2abd)
1 parent 7cb5325 commit aa3807e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/bin/hadoop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function personality_globals
3030
#shellcheck disable=SC2034
3131
PATCH_BRANCH_DEFAULT=trunk
3232
#shellcheck disable=SC2034
33-
PATCH_NAMING_RULE="https://wiki.apache.org/hadoop/HowToContribute"
33+
PATCH_NAMING_RULE="https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute"
3434
#shellcheck disable=SC2034
3535
JIRA_ISSUE_RE='^(HADOOP|YARN|MAPREDUCE|HDFS)-[0-9]+$'
3636
#shellcheck disable=SC2034

0 commit comments

Comments
 (0)