missing forward slashes

main
Lee Hanken 2022-02-03 17:15:45 +00:00
parent b667cac9b0
commit 04785ccd02
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)'
}
]
},