diff --git a/bedevere/backport.py b/bedevere/backport.py index 968ab6ea..71f7df94 100644 --- a/bedevere/backport.py +++ b/bedevere/backport.py @@ -26,7 +26,7 @@ BACKPORT_TITLE_DEVGUIDE_URL = ( - "https://devguide.python.org/committing/#backport-pr-title" + "https://devguide.python.org/getting-started/git-boot-camp/#backport-pr" ) diff --git a/tests/test_backport.py b/tests/test_backport.py index f0d4dce5..a768ca61 100644 --- a/tests/test_backport.py +++ b/tests/test_backport.py @@ -374,7 +374,7 @@ async def test_not_valid_maintenance_branch_pr_title(action): assert post[1]["state"] == "failure" assert ( post[1]["target_url"] - == "https://devguide.python.org/committing/#backport-pr-title" + == "https://devguide.python.org/getting-started/git-boot-camp/#backport-pr" )