diff options
author | Zuul <zuul@review.openstack.org> | 2018-03-10 00:09:19 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-03-10 00:09:19 +0000 |
commit | fa5303f058cdd1bc90a86d2dc2fff70a9cbd5de1 (patch) | |
tree | 4b163d45d5a0acd4bf2f929f4efb5dca77b446b7 | |
parent | 8416650128b9a1ae8c7fd1bfe2a8d1a49a9b6a0b (diff) | |
parent | 210a6d16e396a30dc95e071889978a2e2529009f (diff) | |
download | cliff-fa5303f058cdd1bc90a86d2dc2fff70a9cbd5de1.tar.gz |
Merge "Fix cmd2 doc URL"
-rw-r--r-- | cliff/interactive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cliff/interactive.py b/cliff/interactive.py index 68f7959..2d17523 100644 --- a/cliff/interactive.py +++ b/cliff/interactive.py @@ -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 |