From 210a6d16e396a30dc95e071889978a2e2529009f Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Mon, 26 Feb 2018 16:36:38 +0000 Subject: [PATCH] Fix cmd2 doc URL This commit fixes the cmd2 doc URL. The original URL doesn't work with 404 error now. Change-Id: Id249a67a705f66162ccfdf7dc65dd2bcec2a2a7b --- cliff/interactive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff/interactive.py b/cliff/interactive.py index 74b5f545..1dec120e 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