From ce5a7f516aa794d633cb3cf1b4a369257178883b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 5 Apr 2017 22:59:43 +0100 Subject: change .html links to .md links, everywhere --- www/publish.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'www/publish.sh') diff --git a/www/publish.sh b/www/publish.sh index ab9147fc..90d52288 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -40,6 +40,7 @@ echo "[License](/license.md)" >> temp.md # change out .md -> .html sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' +sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*]/.html\1]/g' # work around issue #2872 TOC=$(grep -q "^x-toc-enable: true$" temp.md && echo "--toc --toc-depth=2") || TOC="" -- cgit v1.2.3-70-g09d2