diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-01-30 09:38:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-30 09:38:49 -0500 |
commit | 1383b0dd66b740a03545c57c05bb8810a5d18d80 (patch) | |
tree | af4ceb95b651a56260ace3165daee6845d668db8 /docs/index.rst | |
parent | d3bab07ff700e596795b42290a17c0ec557b15da (diff) | |
parent | fa6c430e25920995c010b3f9aced273256f3b800 (diff) | |
download | cmd2-git-1383b0dd66b740a03545c57c05bb8810a5d18d80.tar.gz |
Merge pull request #33 from tleonhardt/pypi_text
Various minor updates:
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index f98ebb4a..ca5e8870 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,8 +10,8 @@ A python package for building powerful command-line interpreter (CLI) programs. Extends the Python Standard Library's cmd_ package. -.. _`cmd2 project page`: https://bitbucket.org/catherinedevlin/cmd2 -.. _`project bug tracker`: https://bitbucket.org/catherinedevlin/cmd2/issues +.. _`cmd2 project page`: https://github.com/python-cmd2/cmd2 +.. _`project bug tracker`: https://github.com/python-cmd2/cmd2/issues .. _cmd: http://docs.python.org/library/cmd.html#module-cmd @@ -60,7 +60,7 @@ Contents: Compatibility ============= -Tested and working with Python 2.7, 3.5, 3.6 +Tested and working with Python 2.7 and 3.3+. Indices and tables ================== |