From 3523a9244eee3ef805c3186e7a5bef71eaa3b388 Mon Sep 17 00:00:00 2001 From: "Hiep (Roger) Nguyen" <130782979+hiepnguyenduc2005@users.noreply.github.com> Date: Tue, 31 Dec 2024 15:16:39 -0500 Subject: [PATCH] Update README.md --- coursepages/intro-cs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coursepages/intro-cs/README.md b/coursepages/intro-cs/README.md index 77e450c..1e70431 100644 --- a/coursepages/intro-cs/README.md +++ b/coursepages/intro-cs/README.md @@ -2,7 +2,7 @@ This course will introduce you to the world of computer science and programming, giving you a flavor of the material to come. If you finish the course wanting more, Computer Science is likely for you! -This course has been developed by MIT and is available on [MIT's OCW](https://ocw.mit.ed) platform. +This course has been developed by MIT and is available on [MIT's OCW](https://ocw.mit.edu) platform. > Introduction to Computer Science and Programming in Python is intended for students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major, feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class uses the Python programming language.