diff --git a/scripts/markdown-to-markua.sh b/scripts/markdown-to-markua.sh index 83eb89f..7258642 100755 --- a/scripts/markdown-to-markua.sh +++ b/scripts/markdown-to-markua.sh @@ -8,7 +8,7 @@ do sed -i "s/\`\`\`\`/\`\`\`/g" $file # Can't use relative paths in a book, so make all paths static - sed -i 's/(\//(https:\/\/geek-cookbook.funkypenguin.co.nz\/)/g' $file + sed -i 's/(\//https:\/\/geek-cookbook.funkypenguin.co.nz\//g' $file # strip emojis tr -cd '\11\12\15\40-\176' < $file > $file-clean