Skip to content

Commit 9975a7a

Browse files
committed
docs: fix wrong link
1 parent 9d0bcf4 commit 9975a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/components-demo/tinymce.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="components-container">
33
<aside>
44
{{ $t('components.tinymceTips') }}
5-
<a target="_blank" class="link-type" href="https://panjiachen.github.io/vue-element-admin-site/component/rich-editor.html"> {{ $t('components.documentation') }}</a>
5+
<a target="_blank" class="link-type" href="https://panjiachen.github.io/vue-element-admin-site/feature/component/rich-editor.html"> {{ $t('components.documentation') }}</a>
66
</aside>
77
<div>
88
<tinymce v-model="content" :height="300" />

0 commit comments

Comments
 (0)