summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorLisa Hewus Fresh <bugzPDX@users.noreply.github.com>2017-08-30 16:37:43 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-08-30 16:37:43 (GMT)
commit384899dfaeb83db38a6d3846d3cbc2f58a6605cd (patch)
treefee17ecb827c3dcca497b92b61230ef523d73eed /Doc/howto
parente91c2a5086c8fea64ad33d5f334da13ed0d5648a (diff)
downloadcpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.zip
cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.gz
cpython-384899dfaeb83db38a6d3846d3cbc2f58a6605cd.tar.bz2
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
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/curses.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/curses.rst b/Doc/howto/curses.rst
index cbff841..1d3bfb8 100644
--- a/Doc/howto/curses.rst
+++ b/Doc/howto/curses.rst
@@ -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>`_: