From 8412b7179fc4488d29235fa0c7ce3c80c3a0850c Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 27 Oct 2024 08:57:49 -0500 Subject: maybe I finally fixed all of the linking issues? --- gen/gen_index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gen/gen_index.sh') diff --git a/gen/gen_index.sh b/gen/gen_index.sh index 1463edd..a9bcaf1 100755 --- a/gen/gen_index.sh +++ b/gen/gen_index.sh @@ -2,7 +2,7 @@ echo -e "---\ntitle: All Stories\n---\n" -echo "You can also see the stories sorted by life lessons [here](/life_lessons.html)" +echo "You can also see the stories sorted by life lessons [here](life_lessons.html)" echo for i in $(find md -maxdepth 1 -name "*.md" -printf '%f\n'); do -- cgit v1.3.1