chore: update message and fix href

pull/868/head
Divyansh Singh 3 years ago
parent 5177598931
commit 900ac5ce56

@ -99,9 +99,9 @@ export async function createMarkdownToVueRenderFn(
c.yellow( c.yellow(
`\n(!) Found dead link ${c.cyan(url)} in file ${c.white( `\n(!) Found dead link ${c.cyan(url)} in file ${c.white(
c.dim(file) c.dim(file)
)}\nIf it is intended, you can use ${c.cyan( )}\nIf it is intended, you can use:\n ${c.cyan(
`<a href=${url} target="_blank" rel="noreferrer noopener">${url}</a>` `<a href="${url}" target="_blank" rel="noopener noreferrer">${url}</a>`
)} as 1:1 replacement` )}`
) )
) )
deadLinks.push(url) deadLinks.push(url)

Loading…
Cancel
Save