Skip to content

Commit a43933c

Browse files
authored
fix(docs): global-component link (#271)
1 parent f505db9 commit a43933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/global-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VitePress comes with few built-in component that can be used globally. You may u
44

55
## Content
66

7-
The `Content` component displays the rendered markdown contents. Useful [when creating your own theme](http://localhost:3000/guide/customization.html).
7+
The `Content` component displays the rendered markdown contents. Useful [when creating your own theme](https://vitepress.vuejs.org/guide/customization.html).
88

99
```vue
1010
<template>

0 commit comments

Comments
 (0)