Skip to content

Commit 1913252

Browse files
committed
blogger.com -> blog.python.org
1 parent 86d9bf8 commit 1913252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ def purge_the_cdn(db: ReleaseShelf) -> None:
11301130
def announce_release(db: ReleaseShelf) -> None:
11311131
if not ask_question(
11321132
"Have you announced the release at https://discuss.python.org/c/core-dev/23 "
1133-
"and https://www.blogger.com?\n"
1133+
"and https://blog.python.org?\n"
11341134
"Tip: use the 'release' tag and 'releases' label respectively."
11351135
):
11361136
raise ReleaseException("The release has not been announced")

0 commit comments

Comments
 (0)