From b0dcdee4cf68e28bb16c9b95e36da0489dead9ac Mon Sep 17 00:00:00 2001
From: JanKruft <52450025+JanKruft@users.noreply.github.com>
Date: Mon, 14 Feb 2022 08:44:37 +0100
Subject: [PATCH] Fix - Broken custom theming link target
I guess the correct link should be referring to custom theming . I also changed the link target to a relative one.
---
docs/guide/api.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/guide/api.md b/docs/guide/api.md
index 924b0272..5e0cafaf 100644
--- a/docs/guide/api.md
+++ b/docs/guide/api.md
@@ -71,7 +71,7 @@ VitePress comes with few built-in component that can be used globally. You may u
### ``
-The `` component displays the rendered markdown contents. Useful [when creating your own theme](https://vitepress.vuejs.org/guide/customization.html).
+The `` component displays the rendered markdown contents. Useful [when creating your own theme](/guide/theming.html#using-a-custom-theme).
```vue