From 02857541379064941de782a611662888a7b7cc31 Mon Sep 17 00:00:00 2001 From: Alex Ball Date: Tue, 18 Nov 2025 12:52:39 +0000 Subject: [PATCH 1/2] Make internal link relative --- episodes/04-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-review.md b/episodes/04-review.md index 6088c31e..11ed8e4d 100644 --- a/episodes/04-review.md +++ b/episodes/04-review.md @@ -34,7 +34,7 @@ In group work, spend some time trying to illustrate some of the commands we've u - try to express git commands in a non 'git' way - try to visualise what commits are doing to your repository -If you want to practise more feel free to keep practicising making changes to your file and committing the changes. If you want to explore more git commands, search for some more online or visit the [lesson resources](https://librarycarpentry.github.io/lc-git/reference.html). +If you want to practise more feel free to keep practicising making changes to your file and committing the changes. If you want to explore more git commands, search for some more online or visit the [lesson resources](reference.html). :::::::::::::::::::::::::::::::::::::::: keypoints From 759d86233bbbdfb47b3ea6f94a621a9bf06e38e3 Mon Sep 17 00:00:00 2001 From: Alex Ball Date: Tue, 18 Nov 2025 12:58:24 +0000 Subject: [PATCH 2/2] Remove superfluous neologism "Practicising" isn't a word, and is redundant anyway since "to practise" is already there. --- episodes/04-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-review.md b/episodes/04-review.md index 11ed8e4d..c833b579 100644 --- a/episodes/04-review.md +++ b/episodes/04-review.md @@ -34,7 +34,7 @@ In group work, spend some time trying to illustrate some of the commands we've u - try to express git commands in a non 'git' way - try to visualise what commits are doing to your repository -If you want to practise more feel free to keep practicising making changes to your file and committing the changes. If you want to explore more git commands, search for some more online or visit the [lesson resources](reference.html). +If you want to practise more, feel free to keep making changes to your file and committing those changes. If you want to explore more git commands, search for some more online or visit the [lesson resources](reference.html). :::::::::::::::::::::::::::::::::::::::: keypoints