Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ blurb
Interactive utility for writing CPython ``Misc/NEWS.d`` entries. See
the blurb_ directory for more details.

.. _blurb: https://github.com/python/core-workflow/tree/master/blurb
.. _blurb: https://github.com/python/core-workflow/tree/main/blurb


Other core workflow tools
Expand Down
2 changes: 1 addition & 1 deletion blurb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author = "Larry Hastings"
author-email = "larry@hastings.org"
maintainer = "Python Core Developers"
maintainer-email = "core-workflow@mail.python.org"
home-page = "https://github.com/python/core-workflow/tree/master/blurb"
home-page = "https://github.com/python/core-workflow/tree/main/blurb"
requires-python = ">=3.7"
description-file = "README.rst"
classifiers = [
Expand Down