diff options
Diffstat (limited to 'docs/overview.rst')
-rw-r--r-- | docs/overview.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/overview.rst b/docs/overview.rst index 52f46fef..014da09d 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -24,4 +24,4 @@ differs from cmd_. and issue the prompt again. At this time, cmd2 completely ignores empty lines and the base class cmd.emptyline() method never gets called and thus the emptyline() behavior cannot be overriden. -.. _cmd: http://docs.python.org/library/cmd.html +.. _cmd: https://docs.python.org/3/library/cmd.html |