diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-27 08:57:49 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-27 08:57:49 -0500 |
| commit | 8412b7179fc4488d29235fa0c7ce3c80c3a0850c (patch) | |
| tree | 9336b6918828c921ce930dd75d2ceaba8fb96a55 /gen | |
| parent | a15b18ce6e3eec9fe5fca8588c307950f83afb3f (diff) | |
maybe I finally fixed all of the linking issues?
Diffstat (limited to 'gen')
| -rwxr-xr-x | gen/gen_index.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
