diff --git a/stories/Range.stories.tsx b/stories/Range.stories.tsx index 4a07a01b4..12ca6a7e6 100644 --- a/stories/Range.stories.tsx +++ b/stories/Range.stories.tsx @@ -9,7 +9,6 @@ const { meta, getStory } = getStoryFactory({ wrappedComponent: { Range }, description: ` - [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/curseur-range) -- [See DSFR demos](https://main--ds-gouv.netlify.app/example/component/follow/) - [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Range.tsx)`, argTypes: { disabled: { diff --git a/stories/SegmentedControl.stories.tsx b/stories/SegmentedControl.stories.tsx index f4fc06498..e128e8142 100644 --- a/stories/SegmentedControl.stories.tsx +++ b/stories/SegmentedControl.stories.tsx @@ -6,9 +6,8 @@ const { meta, getStory } = getStoryFactory({ sectionName, wrappedComponent: { SegmentedControl }, description: ` -- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/curseur-range) -- [See DSFR demos](https://main--ds-gouv.netlify.app/example/component/follow/) -- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/Range.tsx)`, +- [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/controle-segmente/) +- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/SegmentedControl.tsx)`, argTypes: { small: { control: { type: "boolean" }