You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lab_0/readme.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ _Note_: while Cursor and VS Code are applications, the other softwares are insta
49
49
You can read more about `forking`, `syncing`, and the overall github flow [here](https://help.github.com/en/github/getting-started-with-github/fork-a-repo).
50
50
51
51
### 1. Fork the class page
52
-
On Gitub, within to our [main repository](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Fall2025.git) and [`fork`](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) this repository into your own account.
52
+
On Gitub, within to our [main repository](https://github.com/InteractiveDataVis/Interactive-Data-Vis-Spring2026.git) and [`fork`](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) this repository into your own account.
53
53
54
54
To do this, click on the "fork" button on the top right of this github account.
55
55
@@ -77,10 +77,10 @@ Copy the link inside there and use it after the `git clone` command in the termi
Check remote branches again to ensure that the update worked. You should see 2 sets of branches, `origin` which links back to your fork, and `upstream` which references back to the course repository:
0 commit comments