summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-17 01:02:17 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-03-17 01:02:17 -0400
commitf1bae9593c2fb240c77f4b4df809a10093f3f948 (patch)
tree64b4eac2714054fd585ecfa1681e86c5ddd918ef /README.md
parent9a37d9ec16fa1de8b3bbf9f24a0383105bc77b88 (diff)
downloadcmd2-git-f1bae9593c2fb240c77f4b4df809a10093f3f948.tar.gz
Fixed a broken link
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 76c443fd..01d2850c 100755
--- a/README.md
+++ b/README.md
@@ -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