Skip to content

Commit eda4e97

Browse files
authored
Infra: Fix URLs in python-releases.toml and api/index.rst (#4876)
1 parent febb590 commit eda4e97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

peps/api/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ release-schedule.ics
212212
--------------------
213213

214214
An iCalendar file of Python release dates is available at
215-
https://peps.python.org/api/release-schedule.ics.
215+
https://peps.python.org/release-schedule.ics.

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)