Skip to content

Commit 5e49a49

Browse files
docs: simplify link to storybook
focus on a specific section without specifying a specific story
1 parent 6ee7d1e commit 5e49a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const ExampleComponent = () => {
6464
export default ExampleComponent;
6565
```
6666

67-
[More examples of usage as hook in storybook.](https://remarkjs.github.io/react-remark/?path=/story/remark-hook--default)
67+
[More examples of usage as hook in storybook.](https://remarkjs.github.io/react-remark/?path=/story/remark-hook)
6868

6969
### As a component
7070

@@ -109,7 +109,7 @@ const ExampleComponent = () => {
109109
export default ExampleComponent;
110110
```
111111

112-
[More examples of usage as component in storybook.](https://remarkjs.github.io/react-remark/?path=/story/remark-component--default)
112+
[More examples of usage as component in storybook.](https://remarkjs.github.io/react-remark/?path=/story/remark-component)
113113

114114
## Examples
115115

0 commit comments

Comments
 (0)