Skip to content

Commit

Permalink
File button create plugin PluginsView.vue
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
sambarza authored Sep 12, 2024
1 parent f711467 commit 5cbe7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PluginsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ watchEffect(() => {
<!--<SelectBox v-model="selectedPageSize" :list="[10, 25, 50, 100].map(p => ({ label: p.toString(), value: p }))" />-->
<div class="flex flex-wrap items-end justify-between gap-2">
<a
href="https://cheshire-cat-ai.github.io/docs/plugins-registry/plugin-from-template/"
href="https://cheshire-cat-ai.github.io/docs/plugins/plugins-registry/plugin-from-template/"
target="_blank"
class="btn btn-outline btn-primary btn-sm rounded-md hover:shadow-lg">
<ph-lightbulb-filament-fill class="size-4" />
Expand Down

0 comments on commit 5cbe7f8

Please sign in to comment.