Skip to content

Commit

Permalink
Update CONTRIBUTING.md - fix invalid/broken link (#3304)
Browse files Browse the repository at this point in the history
This PR fixes invalid/broken links in CONTRIBUTION.md.
Thanks
  • Loading branch information
MinByeongDon authored Jan 26, 2024
1 parent cc75825 commit 49ec188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Finally, head to `localhost:3000`
### Adding new language

Riverpod supports multiple languages.
To add new languages, it is recommended to follow the [i18n](https://docusaurus.io/fr/docs/i18n/introduction)
To add new languages, it is recommended to follow the [i18n](https://docusaurus.io/docs/i18n/introduction)
documentation of Docusaurus.

The English documentation is hosted in [`/website/docs`](https://github.com/rrousselGit/riverpod/tree/master/website/docs).
Expand Down Expand Up @@ -119,4 +119,4 @@ your code snippets should support those.
This is done by having a separate `.dart` file for each possible scenario.
Again, look at the [Getting Started] for an example.

[Getting Started]: https://github.com/rrousselGit/riverpod/blob/rework-flow/website/docs/introduction/getting_started.mdx
[Getting Started]: https://github.com/rrousselGit/riverpod/blob/master/website/docs/introduction/getting_started.mdx

0 comments on commit 49ec188

Please sign in to comment.