Skip to content

Commit 6ebc7b6

Browse files
committed
update readme again, soft release of new website
1 parent dba1a24 commit 6ebc7b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Welcome to **MIT 18.S191 aka 6.S083 aka 22.S092**, **Fall 2022** edition!
66
_For older semesters, see:
7-
- Spring 2021: [source code](https://github.com/mitmath/18S191/tree/Spring21) and [website](https://computationalthinking.mit.edu/Fall22/semesters/)
8-
- Fall 2020: [source code](https://github.com/mitmath/18S191/tree/Fall20) and [website](https://computationalthinking.mit.edu/Fall22/semesters/)
9-
- Spring 2020: [website](https://computationalthinking.mit.edu/Fall22/semesters/)
7+
- Spring 2021: [source code](https://github.com/mitmath/18S191/tree/Spring21) and [website](https://computationalthinking.mit.edu/Spring21/semesters/)
8+
- Fall 2020: [source code](https://github.com/mitmath/18S191/tree/Fall20) and [website](https://computationalthinking.mit.edu/Spring21/semesters/)
9+
- Spring 2020: [website](https://computationalthinking.mit.edu/Spring21/semesters/)
1010
- Fall 2019: [source code](https://github.com/dpsanders/6.S083_fall_2019/tree/fall_2019)
1111

1212
This is an introductory course on Computational Thinking. We use the [Julia programming language](http://www.julialang.org) to approach real-world problems in varied areas applying data analysis and computational and mathematical modeling. In this class you will learn computer science, software, algorithms, applications, and mathematics as an integrated whole.
@@ -18,4 +18,4 @@ Topics include:
1818
- Network theory
1919
- Climate modeling
2020

21-
# Go to [computationalthinking.mit.edu](https://computationalthinking.mit.edu/Fall22/) to learn more!
21+
# Go to [computationalthinking.mit.edu](https://computationalthinking.mit.edu/Spring21/) to learn more!

extra_outputs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<script>
7-
window.location.href = "Fall22"
7+
window.location.href = "Spring21"
88
</script>
99
</head>
1010

0 commit comments

Comments
 (0)