summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasayuki Igawa <masayuki@igawa.io>2018-02-26 16:36:38 +0000
committerMasayuki Igawa <masayuki@igawa.io>2018-02-26 16:38:13 +0000
commit210a6d16e396a30dc95e071889978a2e2529009f (patch)
treeacbb445e4db112e0145c4c53bfe314e4a86eb473
parentbe3c326f55277ef3c52262b53c112ba7c3f5a933 (diff)
downloadcliff-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
-rw-r--r--cliff/interactive.py2
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