From 2a581f114d4e9e4e96fcfe57b80d22c4ce0b4ad1 Mon Sep 17 00:00:00 2001 From: Pulkit Krishna Date: Fri, 3 Jan 2025 09:37:31 +0530 Subject: [PATCH] Fix some links and typos --- coursepages/intro-cs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coursepages/intro-cs/README.md b/coursepages/intro-cs/README.md index 6dfde26..6d7d576 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. @@ -14,7 +14,7 @@ This course is under review. The course has been designed to accommodate people ## Instructions -- Open the [course link](https://learning.edx.org/course/course-v1:MITx+6.00.1x+2T2018/home) given above. You will see a list of Lectures. +- Open the [course link](https://ocw.mit.edu/courses/6-100l-introduction-to-cs-and-programming-using-python-fall-2022/pages/material-by-lecture/) given above. You will see a list of Lectures. - Clicking on the link of a particular lecture will present all the materials from that lecture to you. - Work through all the course lectures as given in the link above. Watch the videos, do the finger exercises, and then solve the problem sets. - There are links to solution of finger exercises on each lecture page. Match your answers to the given solutions to grade yourself.