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