missing forward slashes
parent
b667cac9b0
commit
04785ccd02
|
@ -11,7 +11,7 @@ module.exports = {
|
||||||
replace: [
|
replace: [
|
||||||
{
|
{
|
||||||
find: /\[([^\]]*)\]\(\/\/([^\)]*)\)/g,
|
find: /\[([^\]]*)\]\(\/\/([^\)]*)\)/g,
|
||||||
replacement: '[$1](https:$2)'
|
replacement: '[$1](https://$2)'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue