Skip to content

Commit

Permalink
Merge pull request #26486 from storybookjs/fix-get-started
Browse files Browse the repository at this point in the history
Docs: Fix broken links
  • Loading branch information
kylegach authored Mar 13, 2024
2 parents fe254cf + 270d047 commit b95582a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Storybook is a standalone tool that runs alongside your app. It's a zero-config
<img src="/images/logos/renderers/logo-react.svg" width="28" height="28" alt="" class="img" />
<h3>React Native</h3>
</a>
<a href="./vue-vite/?renderer=vue" class="framework card">
<a href="./vue3-vite/?renderer=vue" class="framework card">
<img src="/images/logos/renderers/logo-vue.svg" width="28" height="28" alt="" class="img" />
<div>
<h3>Vue</h3>
<p>with Vite</p>
</div>
</a>
<a href="./vue-webpack5/?renderer=vue" class="framework card">
<a href="./vue3-webpack5/?renderer=vue" class="framework card">
<img src="/images/logos/renderers/logo-vue.svg" width="28" height="28" alt="" class="img" />
<div>
<h3>Vue</h3>
Expand Down

0 comments on commit b95582a

Please sign in to comment.