diff options
author | Kevin "Tristate Tom" Weiss <weiss.kevin604@gmail.com> | 2021-01-28 22:06:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 22:06:54 +0100 |
commit | 6210d23662b2cf45f837f01697beb61eef42eabf (patch) | |
tree | ac5240d377f1d7489c76e1ba7bbf561e782e87e0 /docs | |
parent | 44eb9d4e1946a3cc9a10fe85ccb617b6076f627c (diff) | |
download | cmd2-git-6210d23662b2cf45f837f01697beb61eef42eabf.tar.gz |
docs/features/modular_commands: fix broken link
I guess the examples structure has changed since the docs.
I suggest changing the broken link: https://github.com/python-cmd2/cmd2/tree/master/plugins/command_sets/examples
to
https://github.com/python-cmd2/cmd2/tree/master/examples/modular_commands
Maybe also hiding the full link is nice.
Diffstat (limited to 'docs')
-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 |