Skip to content

Commit 5cbe7f8

Browse files
authored
File button create plugin PluginsView.vue
Fix broken link
1 parent f711467 commit 5cbe7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/PluginsView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ watchEffect(() => {
115115
<!--<SelectBox v-model="selectedPageSize" :list="[10, 25, 50, 100].map(p => ({ label: p.toString(), value: p }))" />-->
116116
<div class="flex flex-wrap items-end justify-between gap-2">
117117
<a
118-
href="https://cheshire-cat-ai.github.io/docs/plugins-registry/plugin-from-template/"
118+
href="https://cheshire-cat-ai.github.io/docs/plugins/plugins-registry/plugin-from-template/"
119119
target="_blank"
120120
class="btn btn-outline btn-primary btn-sm rounded-md hover:shadow-lg">
121121
<ph-lightbulb-filament-fill class="size-4" />

0 commit comments

Comments
 (0)