Skip to content

Commit ab76257

Browse files
authored
Merge pull request #2286 from Kobzol/fix-mcp-link
Fix MCP links
2 parents 9975f62 + dad3718 commit ab76257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ smaller user-facing changes.
8181
into a PR that ends up not getting merged!** [See this document][mcpinfo] for
8282
more info on MCPs.
8383

84-
[mcpinfo]: https://forge.rust-lang.org/compiler/mcp.html
84+
[mcpinfo]: https://forge.rust-lang.org/compiler/proposals-and-stabilization.html#how-do-i-submit-an-mcp
8585
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler
8686

8787
### Performance

src/implementing_new_features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ like this; for example, the compiler team recommends
4444
filing a Major Change Proposal ([MCP][mcp]) as a lightweight way to
4545
garner support and feedback without requiring full consensus.
4646

47-
[mcp]: https://forge.rust-lang.org/compiler/mcp.html#public-facing-changes-require-rfcbot-fcp
47+
[mcp]: https://forge.rust-lang.org/compiler/proposals-and-stabilization.html#how-do-i-submit-an-mcp
4848

4949
You don't need to have the implementation fully ready for r+ to propose an FCP,
5050
but it is generally a good idea to have at least a proof

0 commit comments

Comments
 (0)