Fix cmd2 doc URL

This commit fixes the cmd2 doc URL. The original URL doesn't work with
404 error now.

Change-Id: Id249a67a705f66162ccfdf7dc65dd2bcec2a2a7b
This commit is contained in:
Masayuki Igawa 2018-02-26 16:36:38 +00:00
parent be3c326f55
commit 210a6d16e3
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class InteractiveApp(cmd2.Cmd):
Refer to the cmd2_ and cmd_ documentation for details
about subclassing and configuring this class.
.. _cmd2: http://packages.python.org/cmd2/index.html
.. _cmd2: https://cmd2.readthedocs.io/en/latest/
.. _cmd: http://docs.python.org/library/cmd.html
:param parent_app: The calling application (expected to be derived