Skip to content

Commit b9357d4

Browse files
Use relative URL for linking between Intro-CS and Intro-Programming coursepages (#1297)
* Update README.md * Update README.md * Update README.md * Fix some links and typos
1 parent 32fe337 commit b9357d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

coursepages/intro-cs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
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!
44

5-
This course has been developed by MIT and is available on [MIT's OCW](https://ocw.mit.ed) platform.
5+
This course has been developed by MIT and is available on [MIT's OCW](https://ocw.mit.edu) platform.
66

77
> 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.
88
99
**Course Link:** <https://ocw.mit.edu/courses/6-100l-introduction-to-cs-and-programming-using-python-fall-2022/pages/material-by-lecture/>
1010

1111
## ⚠️ Under Review
1212

13-
This course is under review. The course has been designed to accommodate people completely new to programming. However, if you find the course difficult to follow, you can try doing one of the [Intro to Programming courses](/coursepages/intro-programming/README.md) and then return to this course. We would like to hear your feedback regarding this course, and whether you needed to do the [Intro to Programming courses](/coursepages/intro-programming/README.md) first. Please provide your feedback on this RFC: <https://github.com/ossu/computer-science/issues/1266>.
13+
This course is under review. The course has been designed to accommodate people completely new to programming. However, if you find the course difficult to follow, you can try doing one of the [Intro to Programming courses](../intro-programming/README.md) and then return to this course. We would like to hear your feedback regarding this course, and whether you needed to do the [Intro to Programming courses](../intro-programming/README.md) first. Please provide your feedback on this RFC: <https://github.com/ossu/computer-science/issues/1266>.
1414

1515
## Instructions
1616

17-
- 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.
17+
- 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.
1818
- Clicking on the link of a particular lecture will present all the materials from that lecture to you.
1919
- 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.
2020
- There are links to solution of finger exercises on each lecture page. Match your answers to the given solutions to grade yourself.

coursepages/intro-programming/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction to Programming
22

3-
If you find the [Intro CS course](/coursepages/intro-cs/README.md) difficult to follow, start here. These courses are self-paced, allowing you to adjust the number of hours you spend per week to meet your needs.
3+
If you find the [Intro CS course](../intro-cs/README.md) difficult to follow, start here. These courses are self-paced, allowing you to adjust the number of hours you spend per week to meet your needs.
44

55
You need to do **only ONE** of the following courses.
66

0 commit comments

Comments
 (0)