Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in README and Footer in docs #4778

Merged
merged 3 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
## Links

- [Documentation](https://mantine.dev/)
- [Contributing](https://mantine.dev/pages/contributing/)
- [Contribute](https://mantine.dev/contribute)
- [Ask question or give feedback](https://github.com/mantinedev/mantine/discussions)
- [Changelog](https://mantine.dev/pages/changelog/)
- [Changelog](https://mantine.dev/changelog/previous-versions)
- [Follow on Twitter](https://twitter.com/mantinedev)
- [Join Discord community](https://discord.gg/wbH82zuWMN)

Expand Down Expand Up @@ -50,7 +50,7 @@ Mantine has a very friendly community, we are always happy to help you get start
<img src="https://contrib.rocks/image?repo=mantinedev/mantine" />
</a>

[Become a contributor](https://mantine.dev/pages/contributing/)
[Become a contributor](https://mantine.dev/contribute)

## License

Expand Down
6 changes: 3 additions & 3 deletions docs/components/Footer/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export const FOOTER_LINKS_DATA: LinksGroupProps[] = [
{
title: 'About',
data: [
{ type: 'next', label: 'Contribute', link: '/pages/contributing/' },
{ type: 'next', label: 'About Mantine', link: '/pages/about/' },
{ type: 'next', label: 'Changelog', link: '/pages/changelog/' },
{ type: 'next', label: 'Contribute', link: '/contribute' },
{ type: 'next', label: 'About Mantine', link: '/about' },
{ type: 'next', label: 'Changelog', link: '/changelog/previous-versions' },
{ type: 'link', label: 'Releases', link: meta.gitHubLinks.releases },
],
},
Expand Down