summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Kerr <dwmkerr@gmail.com>2019-06-02 21:08:56 +0800
committerGitHub <noreply@github.com>2019-06-02 21:08:56 +0800
commit53381aeb30b396feae8a43d70c3367fd0363b717 (patch)
tree8cd1158eea1676db790328f395ad2030f908ea7f
parent6ba75df511b41aa4324747b2ba9c575ce08d7cd9 (diff)
parent85076029352621a2a1cd0e3ecb938eb0c32280c2 (diff)
Merge pull request #116 from mzeis/patch-1
Fix links to Brooks' Law
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c79926b..eec17e6 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ As [Moore's Law](#moores-law) slows, and the acceleration of individual processo
See also:
-- [Brooks' Law](#brookss-law)
+- [Brooks' Law](#brooks-law)
- [Moore's Law](#moores-law)
### Brooks' Law
@@ -451,7 +451,7 @@ See also:
If you have found these concepts interesting, you may enjoy the following books.
-- [The Mythical Man Month - Frederick P. Brooks Jr.](https://www.goodreads.com/book/show/13629.The_Mythical_Man_Month) - A classic volume on software engineering. [Brooks's Law](#brookss-law) is a central theme of the book.
+- [The Mythical Man Month - Frederick P. Brooks Jr.](https://www.goodreads.com/book/show/13629.The_Mythical_Man_Month) - A classic volume on software engineering. [Brooks' Law](#brooks-law) is a central theme of the book.
- [Gödel, Escher, Bach: An Eternal Golden Braid - Douglas R. Hofstadter.](https://www.goodreads.com/book/show/24113.G_del_Escher_Bach) - This book is difficult to classify. [Hofstadter's Law](#hofstadters-law) is from the book.
## TODO