Skip to content

Commit 1fb6063

Browse files
[docs] Fix links in CONTRIBUTING.md (#45202)
1 parent f3724e0 commit 1fb6063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The new playground will be accessible at: `http://localhost:3000/playground/<fil
140140

141141
Continuous Integration (CI) automatically runs a series of checks when a PR is opened.
142142
If you're unsure whether your changes will pass, you can always open a PR, and the GitHub UI will display a summary of the results.
143-
If any of these checks fail, refer to [Checks and how to fix them](#checks-and-how-to-fix-them).
143+
If any of these checks fail, refer to [CI checks and how to fix them](#ci-checks-and-how-to-fix-them).
144144

145145
Make sure the following is true:
146146

@@ -153,7 +153,7 @@ Make sure the following is true:
153153
- If adding new features or modifying existing ones, you've included tests to confirm the new behavior. You can read more about our test setup in our test [README](https://github.com/mui/material-ui/blob/HEAD/test/README.md).
154154
- If props were added or prop types were changed, you've updated the TypeScript declarations.
155155
- If submitting a new component, you've added it to the [lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab).
156-
- The branch is not [behind its target branch](https://github.community/t/branch-10-commits-behind/2403).
156+
- The branch is not [behind its target branch](https://docs.github.com/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/keeping-your-pull-request-in-sync-with-the-base-branch).
157157

158158
We will only merge a PR when all tests pass.
159159
The following statements must be true:

0 commit comments

Comments
 (0)