Skip to content

Commit efd1f75

Browse files
authored
Fix URLs in python-releases.toml
Updated URLs for release-cycle and python-releases JSON files.
1 parent 2201a8c commit efd1f75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release_management/python-releases.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# python -m release_management update-peps
1414
#
1515
# The PEP rendering system, via Sphinx, uses this document to regenerate the
16-
# 'release-cycle' JSON file, found at https://peps.python.org/release-cycle.json,
17-
# and a full JSON representation at https://peps.python.org/python-releases.json,
16+
# 'release-cycle' JSON file, found at https://peps.python.org/api/release-cycle.json,
17+
# and a full JSON representation at https://peps.python.org/api/python-releases.json,
1818
# This 'release-cycle' JSON file is intended for public consumption. The format
1919
# of this TOML document is not guaranteed and may change without notice.
2020

0 commit comments

Comments
 (0)