diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-29 16:20:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-29 16:20:56 +0000 |
commit | d3bab07ff700e596795b42290a17c0ec557b15da (patch) | |
tree | 9a72f635f457ed6c8b9441e0e01584d1077964ba | |
parent | 3e67e4b6f745d9135c5728d3bbefe880b99b75dd (diff) | |
download | cmd2-git-d3bab07ff700e596795b42290a17c0ec557b15da.tar.gz |
Add Read The Docs link for 0.6.9
-rwxr-xr-x | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ Instructions for implementing each feature follow. cmd2 can be installed from a Linux distribution using their default package manager or `pip install cmd2`
-**Official documentation** for the `latest release <http://cmd2.readthedocs.io/en/stable/>`_ and `development <http://cmd2.readthedocs.io/en/latest/>`_
+**Official documentation** for the `latest release <http://cmd2.readthedocs.io/en/stable/>`_, `development <http://cmd2.readthedocs.io/en/latest/>`_ and `0.6.9 <http://cmd2.readthedocs.io/en/0.6.9/>`_
PyPI page: http://pypi.python.org/pypi/cmd2
|