From 28d1e65db071ac92d707ac6d06cec8a248b2a0cf Mon Sep 17 00:00:00 2001 From: Taksh Date: Mon, 6 Apr 2026 14:23:07 +0530 Subject: [PATCH] Fix broken Spring 2021 source code link and typo in alt text - README.md: Spring 2021 source code link incorrectly pointed to the Fall24 branch instead of the Spring21 branch - src/_includes/welcome.md: Fix "refration" typo to "refraction" in image alt text Signed-off-by: Taksh --- README.md | 2 +- src/_includes/welcome.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbb54064..a66bc2a4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Welcome to **MIT 18.C25 aka 6.C25**, **Fall 2024** edition! _For older semesters, see: - Fall 2023: [source code](https://github.com/mitmath/18S191/tree/Fall23) and [website](https://computationalthinking.mit.edu/Fall24/semesters/) - Fall 2022: [source code](https://github.com/mitmath/18S191/tree/Fall22) and [website](https://computationalthinking.mit.edu/Fall24/semesters/) -- Spring 2021: [source code](https://github.com/mitmath/18S191/tree/Fall24) and [website](https://computationalthinking.mit.edu/Fall24/semesters/) +- Spring 2021: [source code](https://github.com/mitmath/18S191/tree/Spring21) and [website](https://computationalthinking.mit.edu/Fall24/semesters/) - Fall 2020: [source code](https://github.com/mitmath/18S191/tree/Fall20) and [website](https://computationalthinking.mit.edu/Fall24/semesters/) - Spring 2020: [website](https://computationalthinking.mit.edu/Fall24/semesters/) - Fall 2019: [source code](https://github.com/dpsanders/6.S083_fall_2019/tree/fall_2019) diff --git a/src/_includes/welcome.md b/src/_includes/welcome.md index 902add99..c46b2a0f 100644 --- a/src/_includes/welcome.md +++ b/src/_includes/welcome.md @@ -51,7 +51,7 @@ layout: "layout.jlhtml"

In literature it’s not enough to just know the technicalities of grammar. In music it’s not enough to learn the scales. The goal is to communicate experiences and emotions. For a computer scientist, it’s not enough to write a working program, the program should be written with beautiful high level abstractions that speak to your audience. This class will show you how.

- A snippet of Julia code defining a new type called Sphere, with fields 'position', 'radius' and 'index of refration'. + A snippet of Julia code defining a new type called Sphere, with fields 'position', 'radius' and 'index of refraction'.