diff options
Diffstat (limited to 'gen/gen_index.sh')
| -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 |
