PEP 0: Use an absolute link to `peps.json` (#4045)

This commit is contained in:
nibley 2024-10-10 13:32:00 -06:00 committed by GitHub
parent 0057f88493
commit 4aaf949571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class PEPZeroWriter:
self.emit_title("API")
self.emit_text(
"The `PEPS API <api/peps.json>`__ is a JSON file of metadata about "
"The `PEPS API </api/peps.json>`__ is a JSON file of metadata about "
"all the published PEPs. :doc:`Read more here <api/index>`."
)
self.emit_newline()