From 96e98dc153d3445428c5267d06eaa499642da146 Mon Sep 17 00:00:00 2001 From: takurinton Date: Sun, 28 Mar 2021 15:01:45 +0900 Subject: [PATCH] fix(docs): global-component link --- docs/guide/global-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/global-component.md b/docs/guide/global-component.md index 0c10861b..e91e4a04 100644 --- a/docs/guide/global-component.md +++ b/docs/guide/global-component.md @@ -4,7 +4,7 @@ VitePress comes with few built-in component that can be used globally. You may u ## Content -The `Content` component displays the rendered markdown contents. Useful [when creating your own theme](http://localhost:3000/guide/customization.html). +The `Content` component displays the rendered markdown contents. Useful [when creating your own theme](https://vitepress.vuejs.org/guide/customization.html). ```vue