about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorDarren Bane <dbane@tilde.institute>2020-10-22 17:41:56 +0100
committerDarren Bane <dbane@tilde.institute>2020-10-22 17:41:56 +0100
commit36a8373ce5198bd7887b29774d5a5b0052902d27 (patch)
tree35a74eaf1d175b5f1cb161ca3f5dc2dedc584e22 /doc
parent7e300b255434529cd4cc26542f67442c577e7c47 (diff)
parent851f5d17ba7f22a54779b04e34bbde2917a2c10d (diff)
downloadlsp-36a8373ce5198bd7887b29774d5a5b0052902d27.tar.gz
Merge branch 'master' of /home/dbane/public_repos/lsp
Diffstat (limited to 'doc')
-rw-r--r--doc/breaking_rules.md2
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,