Skip to content

Commit

Permalink
[docs] Fix broken links (#4778)
Browse files Browse the repository at this point in the history
* README

* Footer links

* 7-0-0 to previous-versions in README
  • Loading branch information
jason-lee88 authored Sep 18, 2023
1 parent 3196170 commit 03e00f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 03e00f8

Please sign in to comment.