diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-01-29 20:07:46 -0500 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-01-29 20:07:46 -0500 |
| commit | 434a01f44e7d2302b4deef8f2e8069cbc26df560 (patch) | |
| tree | cb3d5425668954fdd92989121ab53741c56908f8 /docs/features/modular_commands.rst | |
| parent | 82fe1d473ca2fe0278568036659fa78cb3c17f78 (diff) | |
| parent | cd377071cd122bc92a829322e00ae43fd5a5c254 (diff) | |
| download | cmd2-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.rst | 2 |
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 |
