Skip to content

Commit

Permalink
Update domain name of the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 21, 2023
1 parent 842f7b8 commit b49b8b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stories/ConsentManagement.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const { meta, getStory } = getStoryFactory({
\`src/consentManagement.tsx\` (This is a file you should create in your project)
Refer to [this section of the Guides](https://react-dsfr.etalab.studio/analytics) to see how to setup the the
Refer to [this section of the Guides](https://react-dsfr.codegouv.studio/analytics) to see how to setup the the
mandated solution for analytics in your project.
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)
Expand Down
2 changes: 1 addition & 1 deletion stories/Header.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ make sure you provide an overlay with the search results in the the \`renderSear
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.
You can achieve great result by using [MUI's autocomplete](https://mui.com/material-ui/react-autocomplete/) component.
[Video demo](https://youtu.be/AT3CvmY_Y7M?t=64).
If you go with MUI make sure to use the [\`<MuiDsfrProvider />\`](https://react-dsfr.etalab.studio/mui).
If you go with MUI make sure to use the [\`<MuiDsfrProvider />\`](https://react-dsfr.codegouv.studio/mui).
\`\`\`tsx
Expand Down
2 changes: 1 addition & 1 deletion stories/SearchBar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ make sure you provide an overlay with the search results in the the \`renderSear
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.
You can achieve great result by using [MUI's autocomplete](https://mui.com/material-ui/react-autocomplete/) component.
[Implementation example](https://github.com/mui/material-ui/issues/37838).
If you go with MUI make sure to use the [\`<MuiDsfrProvider />\`](https://react-dsfr.etalab.studio/mui).
If you go with MUI make sure to use the [\`<MuiDsfrProvider />\`](https://react-dsfr.codegouv.studio/mui).
\`\`\`tsx
Expand Down

0 comments on commit b49b8b7

Please sign in to comment.