Skip to content

Commit

Permalink
fix broken link from PEP 0 to the PEPs JSON API
Browse files Browse the repository at this point in the history
  • Loading branch information
nibley committed Oct 10, 2024
1 parent 0057f88 commit 6d1da54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep_sphinx_extensions/pep_zero_generator/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def write_pep0(

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()
Expand Down

0 comments on commit 6d1da54

Please sign in to comment.