diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-28 22:26:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 22:26:17 -0500 |
commit | b329218f3c96398840776b48403323214d7b489b (patch) | |
tree | fd79cf2104eafeb7f357491b8bb2ef54b0a8484c /docs/features/modular_commands.rst | |
parent | c7d0efc41dc5ec215ec6833e646397e232700f71 (diff) | |
parent | 72d66bb1250518a588cd254a59655b28fd204731 (diff) | |
download | cmd2-git-b329218f3c96398840776b48403323214d7b489b.tar.gz |
Merge pull request #1048 from MrKevinWeiss/pr/docs/md/brokenlink
docs/features/modular_commands: fix broken link
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 |