Skip to content

Commit

Permalink
deep link storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
gkindel committed Oct 21, 2024
1 parent ebd960a commit 60e5b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Has a submit button that will trigger validation and present success or why the

See it in action: [example](https://gkindel.github.io/password-form-validate/index.html)

Read the docs: [storybook](https://gkindel.github.io/password-form-validate/storybook/index.html)
Read the docs: [storybook](https://gkindel.github.io/password-form-validate/storybook/index.html?path=/docs/example-passwordinput--docs)

2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ createRoot(document.getElementById('root')!).render(
<PasswordForm />
</div>
<div>
<a href="./storybook/">Storybook</a>
<a href="storybook/index.html?path=/docs/example-passwordinput--docs">Storybook</a>
</div>
</StrictMode>,
);

0 comments on commit 60e5b0b

Please sign in to comment.