From 900ac5ce56ce0c96409709b820b3e82043dc436f Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 27 Jun 2022 14:07:06 +0530 Subject: [PATCH] chore: update message and fix href --- src/node/markdownToVue.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/node/markdownToVue.ts b/src/node/markdownToVue.ts index 83afb652..049bd8d8 100644 --- a/src/node/markdownToVue.ts +++ b/src/node/markdownToVue.ts @@ -99,9 +99,9 @@ export async function createMarkdownToVueRenderFn( c.yellow( `\n(!) Found dead link ${c.cyan(url)} in file ${c.white( c.dim(file) - )}\nIf it is intended, you can use ${c.cyan( - `${url}` - )} as 1:1 replacement` + )}\nIf it is intended, you can use:\n ${c.cyan( + `${url}` + )}` ) ) deadLinks.push(url)