From ffb415d020bb8c2ce3f68352b7d1b4369d5f70e0 Mon Sep 17 00:00:00 2001
From: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com>
Date: Wed, 14 Feb 2024 14:47:13 -0800
Subject: [PATCH] rename `notes` to `collaborators`
---
build.sh | 2 +-
{notes => collaborators}/ethanthatonekid.md | 0
{notes => collaborators}/evancpsc.md | 0
{notes => collaborators}/karnikaavelumani.md | 0
{notes => collaborators}/tomasohchom.md | 0
5 files changed, 1 insertion(+), 1 deletion(-)
rename {notes => collaborators}/ethanthatonekid.md (100%)
rename {notes => collaborators}/evancpsc.md (100%)
rename {notes => collaborators}/karnikaavelumani.md (100%)
rename {notes => collaborators}/tomasohchom.md (100%)
diff --git a/build.sh b/build.sh
index a1379e7..fd79a64 100644
--- a/build.sh
+++ b/build.sh
@@ -55,7 +55,7 @@ echo "
" >>"$output_file"
# Loop through all GFM files.
-for file in notes/*.md; do
+for file in collaborators/*.md; do
# Open the li element.
echo " - " >>"$output_file"
diff --git a/notes/ethanthatonekid.md b/collaborators/ethanthatonekid.md
similarity index 100%
rename from notes/ethanthatonekid.md
rename to collaborators/ethanthatonekid.md
diff --git a/notes/evancpsc.md b/collaborators/evancpsc.md
similarity index 100%
rename from notes/evancpsc.md
rename to collaborators/evancpsc.md
diff --git a/notes/karnikaavelumani.md b/collaborators/karnikaavelumani.md
similarity index 100%
rename from notes/karnikaavelumani.md
rename to collaborators/karnikaavelumani.md
diff --git a/notes/tomasohchom.md b/collaborators/tomasohchom.md
similarity index 100%
rename from notes/tomasohchom.md
rename to collaborators/tomasohchom.md