From af14805b05b0bd14e262b20e40f3c7366866a736 Mon Sep 17 00:00:00 2001 From: Jenkkay <80491452+Jenkkay@users.noreply.github.com> Date: Wed, 20 Oct 2021 21:41:43 -0400 Subject: [PATCH] Fixing formatting syntax error on Line 423 Extra ")" on line 423 caused all of the links to appear at the end of LISP section. --- resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources.md b/resources.md index 67e1f25..30bbcb2 100644 --- a/resources.md +++ b/resources.md @@ -420,7 +420,7 @@ Also note that HTML and CSS are examples of "markup languages", not "programming [lisp-nature]: http://www.defmacro.org/ramblings/lisp.html [lisp-sicp]: http://mitpress.mit.edu/sicp/ [lisp-sicp-clojure]: http://sicpinclojure.com/ - [lisp-htdp]: http://htdp.org/) + [lisp-htdp]: http://htdp.org/ [lisp-build]: http://www.buildyourownlisp.com/ [lisp-practical]: http://www.gigamonkeys.com/book/ [lisp-learn-practical]: http://stackoverflow.com/q/7224823/646543