diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-17 01:02:17 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-03-17 01:02:17 -0400 |
commit | f1bae9593c2fb240c77f4b4df809a10093f3f948 (patch) | |
tree | 64b4eac2714054fd585ecfa1681e86c5ddd918ef /README.md | |
parent | 9a37d9ec16fa1de8b3bbf9f24a0383105bc77b88 (diff) | |
download | cmd2-git-f1bae9593c2fb240c77f4b4df809a10093f3f948.tar.gz |
Fixed a broken link
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ Instructions for implementing each feature follow. pass ``` - See Python standard library's ``optparse`` documentation: http://docs.python.org/lib/optparse-defining-options.html + See Python standard library's `optparse` documentation: https://docs.python.org/3/library/optparse.html Tutorials |