[issue23379] Incorrect links within PEPs
New submission from Jonathan Sharpe: For example, the link to PEP-340 in PEP-343 points to https://www.python.org/dev/peps/pep-0343/pep-0340.html rather than https://www.python.org/dev/peps/pep-0340/ and the link to PEP-288 from PEP-340 points to https://www.python.org/dev/peps/pep-0340/pep-0288.html rather than https://www.python.org/dev/peps/pep-0288/ ---------- assignee: docs@python components: Documentation messages: 235278 nosy: docs@python, jonrsharpe priority: normal severity: normal status: open title: Incorrect links within PEPs _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23379> _______________________________________
Berker Peksag added the comment: Thanks for the report, Jonathan. This is a website issue, so I've created a new issue on GitHub: https://github.com/python/pythondotorg/issues/561 ---------- nosy: +berker.peksag resolution: -> third party stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23379> _______________________________________
participants (2)
-
Berker Peksag -
Jonathan Sharpe