summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.