Skip to content

Commit 68e8ed3

Browse files
authored
Fix DSFR docs & source links on Select page (#373)
1 parent 455b1c0 commit 68e8ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/Select.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const { meta, getStory } = getStoryFactory({
99
sectionName,
1010
"wrappedComponent": { Select },
1111
"description": `
12-
- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/bandeau-d-information-importante)
13-
- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Notice.tsx)
12+
- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/composants-et-modeles/composants/liste-deroulante)
13+
- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Select.tsx)
1414
1515
> 🗣️ This implementation of the <Select /> component is headless. It matched very closely the behavior of a native select input.
1616
> Try out [\`SelectNext\`](https://components.react-dsfr.codegouv.studio/?path=/docs/components-selectnext--default) if you want a smarter component with better type inference.

0 commit comments

Comments
 (0)