From 63cde57d1e4640b5fe0160e1164b4701f85b646a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E6=B8=B8=E5=90=9B?= Date: Sun, 11 Feb 2024 12:16:47 +0800 Subject: [PATCH] docs: update link (#39) --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index ee3152d..30b5ce9 100644 --- a/src/types.ts +++ b/src/types.ts @@ -139,7 +139,7 @@ export interface Options { /** * Add `v-pre` to `` tag to escape curly brackets interpolation * - * @see https://github.com/antfu/unplugin-vue-markdown/issues/14 + * @see https://github.com/unplugin/unplugin-vue-markdown/issues/14 * @default true */ escapeCodeTagInterpolation?: boolean