From 4360889e97e802cefd2fd9d81b254be994e6369b Mon Sep 17 00:00:00 2001 From: Nikhil Parab Date: Thu, 5 Feb 2026 17:14:22 -0500 Subject: [PATCH] Fix typos on slide 3 of git.Rmd --- lectures/week4/git.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lectures/week4/git.Rmd b/lectures/week4/git.Rmd index 7104c6f..44d963b 100644 --- a/lectures/week4/git.Rmd +++ b/lectures/week4/git.Rmd @@ -23,10 +23,10 @@ tables: true Here we will provide some details on Git and GitHub, but we are only scratching the surface. Here are some resources to help you further: -* Codeacademy: https://www.codecademy.com/learn/learn-git +* Codecademy: https://www.codecademy.com/learn/learn-git * GitHub Guides: https://guides.github.com/activities/hello-world/ * Try Git tutorial: https://try.github.io/levels/1/challenges/1 -* Happy Git and GitHub for the useR: http://happygitwithr.com/ +* Happy Git and GitHub for the user: http://happygitwithr.com/ ## Git and GitHub Introduction