From 30473cf8fe13e3c9f2482fc79a05ca96aadeb472 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 20 Mar 2017 21:19:38 -0700 Subject: fix relative paths --- www/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/publish.sh b/www/publish.sh index 651b8cdf..4e02e9dc 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -8,7 +8,7 @@ head -n 4 $FILE.md > temp.md # if not homepage, add a link back to the homepage if [ "${FILE}" != "./index" ]; then - printf "[Go back to homepage](index.md)\n\n" >> temp.md + printf "[Go back to homepage](/index.md)\n\n" >> temp.md fi #read rest of file -- cgit v1.2.3-70-g09d2