summaryrefslogtreecommitdiff
path: root/docs/alternatives.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/alternatives.rst')
-rw-r--r--docs/alternatives.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/alternatives.rst b/docs/alternatives.rst
index f55bec51..68513ff6 100644
--- a/docs/alternatives.rst
+++ b/docs/alternatives.rst
@@ -14,7 +14,7 @@ you need are sys_\ .argv (the command-line arguments) and optparse_
.. _curses: http://docs.python.org/library/curses.html#module-curses
-.. _cmd: http://docs.python.org/library/cmd.html#module-cmd
+.. _cmd: https://docs.python.org/3/library/cmd.html
The curses_ module produces applications that interact via a plaintext
terminal window, but are not limited to simple text input and output;