summaryrefslogtreecommitdiff
path: root/docs/features/modular_commands.rst
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-01-29 20:07:46 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-01-29 20:07:46 -0500
commit434a01f44e7d2302b4deef8f2e8069cbc26df560 (patch)
treecb3d5425668954fdd92989121ab53741c56908f8 /docs/features/modular_commands.rst
parent82fe1d473ca2fe0278568036659fa78cb3c17f78 (diff)
parentcd377071cd122bc92a829322e00ae43fd5a5c254 (diff)
downloadcmd2-git-434a01f44e7d2302b4deef8f2e8069cbc26df560.tar.gz
Merge branch 'master' into 2.0
Diffstat (limited to 'docs/features/modular_commands.rst')
-rw-r--r--docs/features/modular_commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/modular_commands.rst b/docs/features/modular_commands.rst
index 790b933e..8bd9ba2f 100644
--- a/docs/features/modular_commands.rst
+++ b/docs/features/modular_commands.rst
@@ -29,7 +29,7 @@ Features
See API documentation for :attr:`cmd2.command_definition.CommandSet`
-See the examples for more details: https://github.com/python-cmd2/cmd2/tree/master/plugins/command_sets/examples
+See [the examples](https://github.com/python-cmd2/cmd2/tree/master/examples/modular_commands) for more details.
Defining Commands