From 72d74b4a7c637543798d9c1ca21578f31d46c88f Mon Sep 17 00:00:00 2001 From: cuu <gnubsd@me.com> Date: Fri, 21 Mar 2025 17:53:47 +0800 Subject: [PATCH] fix typo in Code/README.md --- Code/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/README.md b/Code/README.md index 2df73da..61165bf 100644 --- a/Code/README.md +++ b/Code/README.md @@ -14,7 +14,7 @@ We would like to thank the following open source projects: [shapones](https://github.com/shapoco/shapones) is an NES emulator for programming study on pico. - uLisp -[uLisp](www.ulisp.com/) A version of the Lisp programming language for ARM-based boards. +[uLisp](http://www.ulisp.com/) A version of the Lisp programming language for ARM-based boards. - MP3Player A simple MP3 player based on [YAHAL](https://git.fh-aachen.de/Terstegge/YAHAL) which is a Yet Another Hardware Abstraction Library.