diff options
author | Masayuki Igawa <masayuki@igawa.io> | 2018-02-26 16:36:38 +0000 |
---|---|---|
committer | Masayuki Igawa <masayuki@igawa.io> | 2018-02-26 16:38:13 +0000 |
commit | 210a6d16e396a30dc95e071889978a2e2529009f (patch) | |
tree | acbb445e4db112e0145c4c53bfe314e4a86eb473 /cliff | |
parent | be3c326f55277ef3c52262b53c112ba7c3f5a933 (diff) | |
download | cliff-210a6d16e396a30dc95e071889978a2e2529009f.tar.gz |
Fix cmd2 doc URL
This commit fixes the cmd2 doc URL. The original URL doesn't work with
404 error now.
Change-Id: Id249a67a705f66162ccfdf7dc65dd2bcec2a2a7b
Diffstat (limited to 'cliff')
-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 74b5f54..1dec120 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 |