Skip to content

Commit d45db8c

Browse files
[docs] Fix link to contributing guide (#47473)
1 parent ee8c428 commit d45db8c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Package managers other than pnpm (like npm or Yarn) are not supported and will n
1414

1515
## How can I add a new demo to the documentation?
1616

17-
[You can follow this guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md)
17+
[You can follow this guide](../CONTRIBUTING.md)
1818
on how to get started contributing to MUI.
1919

2020
## How do I help to improve the translations?

packages/mui-joy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The documentation features [a collection of example projects using Joy UI](http
3030

3131
## Contributing
3232

33-
Read the [contributing guide](/CONTRIBUTING.md) to learn about the development process, how to propose bug fixes and improvements, and how to build and test your changes.
33+
Read the [contributing guide](../../CONTRIBUTING.md) to learn about the development process, how to propose bug fixes and improvements, and how to build and test your changes.
3434

3535
Contributing to Joy UI is about more than just issues and pull requests!
3636
There are many other ways to [support Joy UI](https://mui.com/material-ui/getting-started/faq/#mui-is-awesome-how-can-i-support-the-project) beyond contributing to the code base.
@@ -46,7 +46,7 @@ Future plans and high-priority features and enhancements can be found in the [ro
4646
## License
4747

4848
This project is licensed under the terms of the
49-
[MIT license](/LICENSE).
49+
[MIT license](../../LICENSE).
5050

5151
## Security
5252

packages/mui-material/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Our documentation features [a collection of example projects using Material UI]
3333

3434
## Contributing
3535

36-
Read the [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.
36+
Read the [contributing guide](../../CONTRIBUTING.md) to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.
3737

3838
Contributing to Material UI is about more than just issues and pull requests!
3939
There are many other ways to [support Material UI](https://mui.com/material-ui/getting-started/faq/#mui-is-awesome-how-can-i-support-the-project) beyond contributing to the code base.
@@ -49,7 +49,7 @@ Future plans and high-priority features and enhancements can be found in the [ro
4949
## License
5050

5151
This project is licensed under the terms of the
52-
[MIT license](/LICENSE).
52+
[MIT license](../../LICENSE).
5353

5454
## Security
5555

0 commit comments

Comments
 (0)