Skip to content

Commit

Permalink
Fix broken link in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jun 30, 2023
1 parent 7d12172 commit 1cf0186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stories/Header.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { meta, getStory } = getStoryFactory({
"wrappedComponent": { Header },
"description": `
- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/en-tete)
- [See source code](https://github.com/codegouvfr/react-dsfr/tree/main/src/MainNavigation)
- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Header.tsx)
See also [\\<MainNavigation \\/\\>](https://components.react-dsfr.fr/?path=/docs/components-mainnavigation)
Expand Down
2 changes: 1 addition & 1 deletion stories/MainNavigation.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { meta, getStory } = getStoryFactory({
"wrappedComponent": { "MainNavigation": Header },
"description": `
- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/navigation-principale)
- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Header/MainNavigation.tsx)
- [See source code](https://github.com/codegouvfr/react-dsfr/tree/main/src/MainNavigation)
This component isn't meant to be used directly but via the [\\<Header \\/\\>](https://components.react-dsfr.fr/?path=/docs/components-header)`,
"argTypes": {
Expand Down

0 comments on commit 1cf0186

Please sign in to comment.