summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-18 21:41:13 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-18 21:41:13 -0400
commitd19540b37a2f8cb27225a11afd39fbb410f9bc3b (patch)
tree5acb457d09f95b7637bb438956fc428efc09b4ef
parent1e714557ec6fdca3076038578f9e1e5f43b2722e (diff)
downloadcmd2-git-d19540b37a2f8cb27225a11afd39fbb410f9bc3b.tar.gz
Fixed another broken link
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25af0726..ae374afa 100755
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ Instructions for implementing each feature follow.
self.stdout.write('{}\n'.format(' '.join(words)))
```
- See https://cmd2.readthedocs.io/en/latest/argument_processing.html for more details
+ See [Argument Processing](https://cmd2.readthedocs.io/en/latest/features/argument_processing.html) in the docs for more details
NOTE: `cmd2` also provides the `Cmd2ArgumentParser` customization of `argparse.ArgumentParser` for prettier formatting
of help and error messages.