From d19540b37a2f8cb27225a11afd39fbb410f9bc3b Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 18 Jul 2019 21:41:13 -0400 Subject: Fixed another broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.1