Merge "Fix cmd2 doc URL"

This commit is contained in:
Zuul 2018-03-10 00:09:19 +00:00 committed by Gerrit Code Review
commit fa5303f058
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