summaryrefslogtreecommitdiff
path: root/docs/overview/alternatives.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-26 17:30:41 -0500
committerGitHub <noreply@github.com>2020-01-26 17:30:41 -0500
commit3d19fc9d525929904e64c8c31ba914bfd8c868a4 (patch)
treeacab882c27707818b644d1d5c778436d9131c2c0 /docs/overview/alternatives.rst
parent91ab799f293f0789bbb2759aaabc13c00da36b03 (diff)
parent8e33bed3f57c7667e132148af76fe646d837e232 (diff)
downloadcmd2-git-3d19fc9d525929904e64c8c31ba914bfd8c868a4.tar.gz
Merge pull request #859 from python-cmd2/doc_links
Fixed broken links in Sphinx docs
Diffstat (limited to 'docs/overview/alternatives.rst')
-rw-r--r--docs/overview/alternatives.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/overview/alternatives.rst b/docs/overview/alternatives.rst
index 63977334..27b356bc 100644
--- a/docs/overview/alternatives.rst
+++ b/docs/overview/alternatives.rst
@@ -10,8 +10,8 @@ argparse_.
.. _sys: https://docs.python.org/3/library/sys.html
.. _argparse: https://docs.python.org/3/library/argparse.html
-.. _docopt: https://pypi.python.org/pypi/docopt
-.. _click: http://click.pocoo.org
+.. _docopt: https://pypi.org/project/docopt
+.. _click: https://click.palletsprojects.com
The curses_ module produces applications that interact via a plaintext terminal
@@ -31,7 +31,7 @@ nonetheless. Two of the most mature and full featured are:
* `Python Prompt Toolkit`_
* Click_
-.. _`Python Prompt Toolkit`: https://github.com/jonathanslenders/python-prompt-toolkit
+.. _`Python Prompt Toolkit`: https://github.com/prompt-toolkit/python-prompt-toolkit
`Python Prompt Toolkit`_ is a library for building powerful interactive command
lines and terminal applications in Python. It provides a lot of advanced