Fix links in :tutor

This commit is contained in:
Oliver Blanthorn 2022-09-06 12:53:07 +02:00
parent 4ede950ee1
commit d9e2e29877
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -16,4 +16,5 @@ do
sed "/REPLACETHIS/,$ d" tutor.template.html > "$dest$fileroot.html"
"$(yarn bin)/marked" "$page" >> "$dest$fileroot.html"
sed "1,/REPLACETHIS/ d" tutor.template.html >> "$dest$fileroot.html"
sed -i "s|\.md|.html|g" "$dest$fileroot.html"
done