summaryrefslogtreecommitdiff
path: root/docs/features/modular_commands.rst
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-28 22:26:17 -0500
committerGitHub <noreply@github.com>2021-01-28 22:26:17 -0500
commitb329218f3c96398840776b48403323214d7b489b (patch)
treefd79cf2104eafeb7f357491b8bb2ef54b0a8484c /docs/features/modular_commands.rst
parentc7d0efc41dc5ec215ec6833e646397e232700f71 (diff)
parent72d66bb1250518a588cd254a59655b28fd204731 (diff)
downloadcmd2-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.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