bpo-30737: Update DevGuide links to new URL (GH-3228)

Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org
This commit is contained in:
Lisa Hewus Fresh 2017-08-30 09:37:43 -07:00 committed by Mariatta
parent e91c2a5086
commit 384899dfae
14 changed files with 22 additions and 21 deletions

View file

@ -538,7 +538,7 @@ the Python interface. Often this isn't because they're difficult to
implement, but because no one has needed them yet. Also, Python
doesn't yet support the menu library associated with ncurses.
Patches adding support for these would be welcome; see
`the Python Developer's Guide <https://docs.python.org/devguide/>`_ to
`the Python Developer's Guide <https://devguide.python.org/>`_ to
learn more about submitting patches to Python.
* `Writing Programs with NCURSES <http://invisible-island.net/ncurses/ncurses-intro.html>`_: