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.
pull/532/head
JanKruft 4 years ago committed by GitHub
parent 9f7323f90c
commit b0dcdee4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,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](https://vitepress.vuejs.org/guide/customization.html).
The `<Content/>` component displays the rendered markdown contents. Useful [when creating your own theme](/guide/theming.html#using-a-custom-theme).
```vue
<template>

Loading…
Cancel
Save