Skip to content

Commit

Permalink
[core] Fix links to contrubuting page
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Jul 6, 2021
1 parent b51b189 commit c778fae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Mantine is a MIT licensed open source react components and hooks library with fo
- [Core components by category](https://mantine.dev/core/getting-started/)
- [Hooks list](https://mantine.dev/hooks/getting-started/#included-hooks)
- [Notifications system](https://mantine.dev/others/notifications/)
- [Contributing](https://mantine.dev/pages/contribute/)
- [Contributing](https://mantine.dev/contribute/)
- [Ask question or give feedback](https://github.com/mantinedev/mantine/discussions)
- [Changelog](https://mantine.dev/pages/changelog/)
- [Sign up for monthly newsletter](https://buttondown.email/mantine)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/docs/others/tag-picker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You can change transitions with props:

## Multiple state

Multiple state is not currently supported, feel free to add this feature and add <GatsbyLink to="/pages/contribute/">open pull request</GatsbyLink>.
Multiple state is not currently supported, feel free to add this feature and add <GatsbyLink to="/contribute/">open pull request</GatsbyLink>.

## Keyboard support

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/404.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You've found a completely secret place on Mantine website. Unfortunately, this i
If you've landed on this page from link on Mantine website, please [create an issue](https://github.com/mantinedev/mantine/issues/new).
Otherwise, here are some learning materials that will help you get started with Mantine:

- <GatsbyLink to="/pages/contribute/">Mantine contributions guideline</GatsbyLink>
- <GatsbyLink to="/contribute/">Mantine contributions guideline</GatsbyLink>
- <GatsbyLink to="/guides/ssr/">Learn how to setup server side rendering with Mantine</GatsbyLink>
- <GatsbyLink to="/others/notifications/">Mantine notifications system</GatsbyLink>
- <GatsbyLink to="/theming/theming-context/">Learn how to customize Mantine theme</GatsbyLink>
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Mantine is a MIT licensed open source react components and hooks library with fo
- [Core components by category](https://mantine.dev/core/getting-started/)
- [Hooks list](https://mantine.dev/hooks/getting-started/#included-hooks)
- [Notifications system](https://mantine.dev/others/notifications/)
- [Contributing](https://mantine.dev/pages/contribute/)
- [Contributing](https://mantine.dev/contribute/)
- [Ask question or give feedback](https://github.com/mantinedev/mantine/discussions)
- [Changelog](https://mantine.dev/pages/changelog/)
- [Sign up for monthly newsletter](https://buttondown.email/mantine)
Expand Down

0 comments on commit c778fae

Please sign in to comment.