summaryrefslogtreecommitdiff
path: root/cliff/interactive.py
diff options
context:
space:
mode:
Diffstat (limited to 'cliff/interactive.py')
-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