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