diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-11 18:10:43 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-11 18:10:43 -0500 |
commit | e637637ff4eedb6d997d6835a9b9bedddbb22b00 (patch) | |
tree | 9a8385047690fe4d615b48c712835373eff4e1b4 /docs/alternatives.rst | |
parent | 1b64768ca042a4fbf85bafaa9cf4037e9e60fec0 (diff) | |
download | cmd2-git-e637637ff4eedb6d997d6835a9b9bedddbb22b00.tar.gz |
Updated doc links to point to Python 3 docs for cmd module.
Also fixed references to the Script files section.
Diffstat (limited to 'docs/alternatives.rst')
-rw-r--r-- | docs/alternatives.rst | 2 |
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; |