Skip to content

Commit b49b8b7

Browse files
committed
Update domain name of the doc
1 parent 842f7b8 commit b49b8b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stories/ConsentManagement.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const { meta, getStory } = getStoryFactory({
1818
1919
\`src/consentManagement.tsx\` (This is a file you should create in your project)
2020
21-
Refer to [this section of the Guides](https://react-dsfr.etalab.studio/analytics) to see how to setup the the
21+
Refer to [this section of the Guides](https://react-dsfr.codegouv.studio/analytics) to see how to setup the the
2222
mandated solution for analytics in your project.
2323
2424
You can find a complete example setup in [the Demo repo for Next.js App Router](https://github.com/garronej/react-dsfr-next-appdir-demo/blob/main/ui/consentManagement.tsx)

stories/Header.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ make sure you provide an overlay with the search results in the the \`renderSear
332332
As, to this day, the DSFR do not provide any component to help you with that, you are on your own for implementing the overlay.
333333
You can achieve great result by using [MUI's autocomplete](https://mui.com/material-ui/react-autocomplete/) component.
334334
[Video demo](https://youtu.be/AT3CvmY_Y7M?t=64).
335-
If you go with MUI make sure to use the [\`<MuiDsfrProvider />\`](https://react-dsfr.etalab.studio/mui).
335+
If you go with MUI make sure to use the [\`<MuiDsfrProvider />\`](https://react-dsfr.codegouv.studio/mui).
336336
337337
\`\`\`tsx
338338

stories/SearchBar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ make sure you provide an overlay with the search results in the the \`renderSear
153153
As, to this day, the DSFR do not provide any component to help you with that, you are on your own for implementing the overlay.
154154
You can achieve great result by using [MUI's autocomplete](https://mui.com/material-ui/react-autocomplete/) component.
155155
[Implementation example](https://github.com/mui/material-ui/issues/37838).
156-
If you go with MUI make sure to use the [\`<MuiDsfrProvider />\`](https://react-dsfr.etalab.studio/mui).
156+
If you go with MUI make sure to use the [\`<MuiDsfrProvider />\`](https://react-dsfr.codegouv.studio/mui).
157157
158158
\`\`\`tsx
159159

0 commit comments

Comments
 (0)