Skip to content

Commit 17f4b1d

Browse files
fix link to documentation in close_pr message
1 parent 9d601e6 commit 17f4b1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

easybuild/tools/github.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,8 +1370,7 @@ def close_pr(pr, motivation_msg=None):
13701370
if not reopen:
13711371
msg += "\nPlease don't hesitate to reopen this PR or add a comment if you feel this contribution is still "
13721372
msg += "relevant.\nFor more information on our policy w.r.t. closing PRs, see "
1373-
msg += "https://easybuild.readthedocs.io/en/latest/Contributing.html"
1374-
msg += "#why-a-pull-request-may-be-closed-by-a-maintainer"
1373+
msg += "https://docs.easybuild.io/contributing/#contributing_review_process_why_pr_closed_by_maintainer"
13751374
post_comment_in_issue(pr, msg, account=pr_target_account, repo=pr_target_repo, github_user=github_user)
13761375

13771376
if dry_run:

0 commit comments

Comments
 (0)