Skip to content

Commit fdac783

Browse files
committed
Update documentation link
1 parent 472af89 commit fdac783

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</a>
2020
</p>
2121
<p align="center">
22-
<a href="https://etalab-2.gitbook.io/dsfr-react/">Documentation</a>
22+
<a href="https://react-dsfr.etalab.studio/">Documentation</a>
2323
</p>
2424

2525
This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.com/GouvernementFR/dsfr), the vanilla JS/CSS implementation of the DSFR.
@@ -31,11 +31,11 @@ This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.c
3131
Code and Types generated from [`@gouvfr/dsfr`](https://www.npmjs.com/package/@gouvfr/dsfr)`/dist/dsfr.css`.
3232
- [x] Exactly the same look and feel than with [@gouvfr/dsfr](https://www.npmjs.com/package/@gouvfr/dsfr).
3333
- [x] No [white flash when reloading in SSR setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
34-
- [x] [Perfect integration with all major React framework: Next.js, Create React App, Vue](https://etalab-2.gitbook.io/dsfr-react/).
34+
- [x] [Perfect integration with all major React framework: Next.js, Create React App, Vue](https://react-dsfr.etalab.studio/).
3535
- [ ] All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented (2/42)
3636
- [x] Three shakable distribution, cherry pick the components you import. (It's not all in a big .js bundle)
3737
- [x] Optional integration with [MUI](https://mui.com/). If you use MUI components they will
38-
be automatically adapted to look like [DSFR components](https://www.systeme-de-design.gouv.fr/elements-d-interface). See [documentation](https://etalab-2.gitbook.io/dsfr-react/mui-integration).
38+
be automatically adapted to look like [DSFR components](https://www.systeme-de-design.gouv.fr/elements-d-interface). See [documentation](https://react-dsfr.etalab.studio/mui-integration).
3939
- [x] Enable CSS in JS by providing a `useTheme()` hooks that exposes the correct colors options and decision
4040
for the currently enabled color scheme.
4141
- [x] Opt-in i18n, built in text can be displayed in multiple languages and user can provide extra translations.
@@ -44,12 +44,12 @@ This module is a product of [Etalab's Free and open source software pole](https:
4444
[I](https://github.com/garronej)'m working full time on this project. You can expect rapid development. 🚀
4545

4646
<p align="center">
47-
<a href="https://etalab-2.gitbook.io/dsfr-react/">Get started</a>
47+
<a href="https://react-dsfr.etalab.studio/">Get started</a>
4848
</p>
4949

5050
# Development
5151

52-
Here are instructions for contributing, if you are looking to **use** `@codegouvfr/react-dsfr` heads over to the [documentation page](https://etalab-2.gitbook.io/dsfr-react/).
52+
Here are instructions for contributing, if you are looking to **use** `@codegouvfr/react-dsfr` heads over to the [documentation page](https://react-dsfr.etalab.studio/).
5353

5454
```bash
5555
git clone https://github.com/codegouvfr/react-dsfr

stories/intro.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ import { useDarkMode } from "storybook-dark-mode";
1919
🇫🇷 <i><a href="https://www.systeme-de-design.gouv.fr/">French State Design System</a> React integration</i> 🇫🇷
2020

2121
This website is a playground to test the React components of [@codegouvfr/react-dsfr](https://github.com/codegouvfr/react-dsfr).
22-
If you're just getting started heads over to the [main documentation website](https://etalab-2.gitbook.io/dsfr-react/).
22+
If you're just getting started heads over to the [main documentation website](https://react-dsfr.etalab.studio/).
2323
</div>

0 commit comments

Comments
 (0)