missing colon

main
Lee Hanken 2022-02-03 17:04:36 +00:00
parent cb8e74cea8
commit b667cac9b0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module.exports = {
replace: [
{
find: /\[([^\]]*)\]\(\/\/([^\)]*)\)/g,
replacement: '[$1](https$2)'
replacement: '[$1](https:$2)'
}
]
},