diff options
author | Jimmy Miller <jimmyhmiller@gmail.com> | 2020-10-08 20:05:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 20:05:56 -0400 |
commit | 97f4d3ed954ae1adbbba132c7d388bc27d1a9958 (patch) | |
tree | 4bd39324465f19fafcafcd7203d7ecd25a884877 | |
parent | b8fd119b784e1eda55462a587851cadf56f61700 (diff) | |
download | mu-97f4d3ed954ae1adbbba132c7d388bc27d1a9958.tar.gz |
Fix broken link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 83a479b6..971f3b48 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Mu builds on many ideas that have come before, especially: - [Peter Naur](http://akkartik.name/naur.pdf) for articulating the paramount problem of programming: communicating a codebase to others; - [Christopher Alexander](http://www.amazon.com/Notes-Synthesis-Form-Harvard-Paperbacks/dp/0674627512) - and [Richard Gabriel](http://dreamsongs.net/Files/PatternsOfSoftware.pdf) for + and [Richard Gabriel](https://www.dreamsongs.com/Files/PatternsOfSoftware.pdf) for the intellectual tools for reasoning about the higher order design of a codebase; - [David Parnas](http://www.cs.umd.edu/class/spring2003/cmsc838p/Design/criteria.pdf) |