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