diff --git a/1.0-intro.qmd b/1.0-intro.qmd
index e65ce84..76457d8 100644
--- a/1.0-intro.qmd
+++ b/1.0-intro.qmd
@@ -101,7 +101,7 @@ Quick Round of Introductions
4. Open `git-exercise` in Visual Studio Code
- Create a new file `test.txt` and write in it
`Hello World!`
-## *End of Block* đ {background-color="black"}
+## *End of Section* đ {background-color="black"}
:::{.r-fit-text}
Any Questions?
@@ -109,4 +109,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Block]](./1.1-what_is_git.html)
+[[âŠī¸ Next Section]](./1.1-what_is_git.html)
diff --git a/1.1-what_is_git.qmd b/1.1-what_is_git.qmd
index 8b140f3..f01b844 100644
--- a/1.1-what_is_git.qmd
+++ b/1.1-what_is_git.qmd
@@ -192,7 +192,7 @@ Alternatively, we can download a repository from the internet using the `clone`
git clone https://github.com/open-teaching/git-murder-mystery.git
```
-## *End of Block* đ {background-color="black"}
+## *End of Section* đ {background-color="black"}
:::{.r-fit-text}
Any Questions?
@@ -200,4 +200,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Block]](./1.2-tracking_changes.html)
+[[âŠī¸ Next Section]](./1.2-tracking_changes.html)
diff --git a/1.2-tracking_changes.qmd b/1.2-tracking_changes.qmd
index 8d8ae27..eee755e 100644
--- a/1.2-tracking_changes.qmd
+++ b/1.2-tracking_changes.qmd
@@ -275,7 +275,7 @@ I'm aware this was a lot to take in.
- See all stashes via `git stash list`
- Apply your stahes via `git stash apply`
-## *End of Section* đ {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}
+## *End of Block* đ {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}
:::{.r-fit-text}
Any Questions?
@@ -283,4 +283,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Section]](./2.1-gitignore.html)
+[[âŠī¸ Next Block]](./2.1-gitignore.html)
diff --git a/2.1-gitignore.qmd b/2.1-gitignore.qmd
index ff60dfb..fd7ac0c 100644
--- a/2.1-gitignore.qmd
+++ b/2.1-gitignore.qmd
@@ -51,7 +51,7 @@ The .gitignore uses the same kind of pattern matching as `git add` (or other git
4. Create a new .gitignore file to ignore only this cheatsheet
5. Commit the .gitignore file
-## *End of Block* đ {background-color="black"}
+## *End of Section* đ {background-color="black"}
:::{.r-fit-text}
Any Questions?
@@ -59,4 +59,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Block]](./2.2-history.html)
+[[âŠī¸ Next Section]](./2.2-history.html)
diff --git a/2.2-history.qmd b/2.2-history.qmd
index 7ceeff3..07fdf05 100644
--- a/2.2-history.qmd
+++ b/2.2-history.qmd
@@ -142,7 +142,7 @@ git checkout 795780d
- Use `git checkout` to travel through time
2. Compare the different suspects over time to determine who was present at all three scenes.
-## *End of Block* đ {background-color="black"}
+## *End of Section* đ {background-color="black"}
:::{.r-fit-text}
Any Questions?
@@ -150,4 +150,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Block]](./2.3-branches_merging.html)
+[[âŠī¸ Next Section]](./2.3-branches_merging.html)
diff --git a/2.3-branches_merging.qmd b/2.3-branches_merging.qmd
index 9a152f7..61b5886 100644
--- a/2.3-branches_merging.qmd
+++ b/2.3-branches_merging.qmd
@@ -237,7 +237,7 @@ Rebasing
::::
-## *End of Section* đ {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}
+## *End of Block* đ {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}
:::{.r-fit-text}
Any Questions?
@@ -245,4 +245,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Section]](./3.1-what_is_github.html)
+[[âŠī¸ Next Block]](./3.1-what_is_github.html)
diff --git a/3.1-what_is_github.qmd b/3.1-what_is_github.qmd
index 3ddbea9..49e8273 100644
--- a/3.1-what_is_github.qmd
+++ b/3.1-what_is_github.qmd
@@ -100,7 +100,7 @@ git remote -h
```
:::
-## *End of Block* đ {background-color="black"}
+## *End of Section* đ {background-color="black"}
:::{.r-fit-text}
Any Questions?
@@ -108,4 +108,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Block]](./3.2-synching_changes.html)
+[[âŠī¸ Next Section]](./3.2-synching_changes.html)
diff --git a/3.2-synching_changes.qmd b/3.2-synching_changes.qmd
index e0921bc..0ad9e0d 100644
--- a/3.2-synching_changes.qmd
+++ b/3.2-synching_changes.qmd
@@ -60,7 +60,7 @@ git push /
- `git remote add origin `
3. Push you changes so far to GitHub
-## *End of Block* đ {background-color="black"}
+## *End of Section* đ {background-color="black"}
:::{.r-fit-text}
Any Questions?
@@ -68,4 +68,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Block]](./3.3-pages_markdown.html)
+[[âŠī¸ Next Section]](./3.3-pages_markdown.html)
diff --git a/3.3-pages_markdown.qmd b/3.3-pages_markdown.qmd
index ae968fc..9d5a411 100644
--- a/3.3-pages_markdown.qmd
+++ b/3.3-pages_markdown.qmd
@@ -71,7 +71,7 @@ Website template originally from: https://github.com/academicpages/academicpages
4. Push and pull to synchronize your changes
5. Try to create a merge conflict
-## *End of Section* đ {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}
+## *End of Block* đ {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}
:::{.r-fit-text}
Any Questions?
@@ -79,4 +79,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Section]](./4.1-advanced_github.html)
+[[âŠī¸ Next Block]](./4.1-advanced_github.html)
diff --git a/4.1-advanced_github.qmd b/4.1-advanced_github.qmd
index 97736a7..2b3f496 100644
--- a/4.1-advanced_github.qmd
+++ b/4.1-advanced_github.qmd
@@ -98,7 +98,7 @@ Repository:
2. Approve the pull request when you're done and all changes are implemented.
3. Merge your edits into the repository.
-## *End of Block* đ {background-color="black"}
+## *End of Section* đ {background-color="black"}
:::{.r-fit-text}
Any Questions?
@@ -106,4 +106,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Block]](./4.2-final_notes.html)
+[[âŠī¸ Next Section]](./4.2-final_notes.html)
diff --git a/4.2-final_notes.qmd b/4.2-final_notes.qmd
index 88d7d70..1176dcf 100644
--- a/4.2-final_notes.qmd
+++ b/4.2-final_notes.qmd
@@ -73,7 +73,7 @@ Most of the information in these guides, we already covered, but they can be gre
![I hope this makes sense to you after the course](images/in_case_of_fire.svg)
-## *End of Section* đ {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}
+## *End of Block* đ {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}
:::{.r-fit-text}
Any Questions?
@@ -81,4 +81,4 @@ Any Questions?
[[đĄ Back to Overview]](./index.html)
-[[âŠī¸ Next Section]](./5.0-outro.html)
+[[âŠī¸ Next Block]](./5.0-outro.html)