summaryrefslogtreecommitdiffstats
path: root/Doc/howto/curses.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-15 00:20:19 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-15 00:20:19 (GMT)
commit026778174298e652bd91ebe5a11db1bd3a3e0902 (patch)
tree82f89fbf0d19fd793605d47cd5558d039a97d93d /Doc/howto/curses.rst
parentbd77681f36238e5803857414ba46c722f7f28e42 (diff)
downloadcpython-026778174298e652bd91ebe5a11db1bd3a3e0902.zip
cpython-026778174298e652bd91ebe5a11db1bd3a3e0902.tar.gz
cpython-026778174298e652bd91ebe5a11db1bd3a3e0902.tar.bz2
Fix lots of broken links in the docs, found by Sphinx' external link checker.
Diffstat (limited to 'Doc/howto/curses.rst')
-rw-r--r--Doc/howto/curses.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/curses.rst b/Doc/howto/curses.rst
index 9cbc827..1e1e2f7 100644
--- a/Doc/howto/curses.rst
+++ b/Doc/howto/curses.rst
@@ -52,7 +52,7 @@ everything, though.
No one has made a Windows port of the curses module. On a Windows platform, try
the Console module written by Fredrik Lundh. The Console module provides
cursor-addressable text output, plus full support for mouse and keyboard input,
-and is available from http://effbot.org/efflib/console.
+and is available from http://effbot.org/zone/console-index.htm.
The Python curses module
@@ -432,5 +432,5 @@ ncurses; feel free to add that.
If you write an interesting little program, feel free to contribute it as
another demo. We can always use more of them!
-The ncurses FAQ: http://dickey.his.com/ncurses/ncurses.faq.html
+The ncurses FAQ: http://invisible-island.net/ncurses/ncurses.faq.html