diff options
Diffstat (limited to 'doc/breaking_rules.md')
-rw-r--r-- | doc/breaking_rules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/breaking_rules.md b/doc/breaking_rules.md index 5c622f8..51c5cf2 100644 --- a/doc/breaking_rules.md +++ b/doc/breaking_rules.md @@ -58,7 +58,7 @@ Reasons for choosing Common Lisp include: * Although the official ANSI standard is moribund, quasi-standard libaries are recommended on the [awesome list](https://github.com/CodyReichert/awesome-cl), - or [portability layers](https://github.com/CodyReichert/awesome-cl#portability-layers). + or [portability layers](http://portability.cl/). * Contrary to a lot of other languages, it is fairly paradigm-agnostic. At the same time, I want a clean subset of CL, |