From 374deb8127c1e24bf1c2cd80fe91f0dde0c80021 Mon Sep 17 00:00:00 2001 From: Dylan Decrulle <81740200+ddecrulle@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:24:28 +0100 Subject: [PATCH] fix link in callout story --- stories/CallOut.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/CallOut.stories.tsx b/stories/CallOut.stories.tsx index 5ce9c2ce4..968a13d6d 100644 --- a/stories/CallOut.stories.tsx +++ b/stories/CallOut.stories.tsx @@ -9,7 +9,7 @@ const { meta, getStory } = getStoryFactory({ "wrappedComponent": { CallOut }, "description": ` - [See DSFR documentation](https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/mise-en-avant) -- [See source code](//github.com/codegouvfr/react-dsfr/blob/main/src/CallOut.tsx)`, +- [See source code](https://github.com/codegouvfr/react-dsfr/blob/main/src/CallOut.tsx)`, "disabledProps": ["lang"], "argTypes": { "title": {