summaryrefslogtreecommitdiffstats
path: root/Doc/howto/curses.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 08:37:43 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-29 08:37:43 (GMT)
commit9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb (patch)
treec74a4c18f6975968babf2af5cbb6030534710280 /Doc/howto/curses.rst
parent77fe77d4af87b29ce36fc6d20a097ccb9cd08f76 (diff)
downloadcpython-9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb.zip
cpython-9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb.tar.gz
cpython-9bdcb3bc8a71b47ac93bf2d878e81790341d8cfb.tar.bz2
Fixing broken links in doc, part 2: howto/
Diffstat (limited to 'Doc/howto/curses.rst')
-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 8547606..87a5cab 100644
--- a/Doc/howto/curses.rst
+++ b/Doc/howto/curses.rst
@@ -543,7 +543,7 @@ learn more about submitting patches to Python.
* `Writing Programs with NCURSES <http://invisible-island.net/ncurses/ncurses-intro.html>`_:
a lengthy tutorial for C programmers.
-* `The ncurses man page <http://www.linuxmanpages.com/man3/ncurses.3x.php>`_
+* `The ncurses man page <http://linux.die.net/man/3/ncurses>`_
* `The ncurses FAQ <http://invisible-island.net/ncurses/ncurses.faq.html>`_
* `"Use curses... don't swear" <http://www.youtube.com/watch?v=eN1eZtjLEnU>`_:
video of a PyCon 2013 talk on controlling terminals using curses or Urwid.