@@ -10,7 +10,7 @@ in `rust-lang`) and that the experience is uniform across `rust-lang/rust` and t
1010### When should parts of the compiler be extracted into an out-of-tree crate?
1111This is left to the discretion of compiler team members but should be discussed with the rest of
1212the team, either through raising the question at the weekly triage meeting or asynchronously using
13- [ an approval decision] ( ./proposals-and-stabilizations .md ) . If the crate is a product of a working
13+ [ an approval decision] ( ./proposals-and-stabilization .md ) . If the crate is a product of a working
1414group, there should already be agreement within the working group that an out-of-tree crate is
1515suitable.
1616
@@ -123,9 +123,9 @@ In summary, the process for establishing an out-of-tree crate is as follows:
123123
124124 > This crate is developed and maintained by the [ Rust compiler team] ( https://github.com/rust-lang/compiler-team/tree/master/procedures ) for use within
125125 > ` rustc ` , in particular, it is the responsibility of the
126- > [ ` .template ` ] ( ../../ working-groups/template ) working group . This crate [ will have regular
127- > breaking changes and provides no stability guarantees| is intended to remain stable and have
128- > limited breaking changes] .
126+ > [ ` .template ` ] ( ./ working-areas.md ) working area . This crate will have regular
127+ > breaking changes and provides no stability guarantees | is intended to remain stable and have
128+ > limited breaking changes.
129129 1 . Include the [ LICENSE-APACHE] [ apache ] and [ LICENSE-MIT] [ mit ] files from ` rust-lang/rust ` .
130130 1 . Include or link the [ CODE_OF_CONDUCT] [ coc ] file from ` rust-lang/rust ` .
131131 1 . Create a relevant ` .gitignore ` ([ here's a sane default] [ gitignore ] ).
@@ -137,7 +137,7 @@ In summary, the process for establishing an out-of-tree crate is as follows:
137137[ gitignore ] : https://gitignore.io/api/vim,rust,emacs,clion,visualstudio,visualstudiocode
138138[ triagebot ] : https://github.com/rust-lang/rust/blob/master/triagebot.toml
139139[ apache ] : https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE
140- [ coc ] : ../../about/code_of_conduct
140+ [ coc ] : https://www.rust-lang.org/policies/code-of-conduct
141141[ mit ] : https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
142142
143143## Third-party crates
0 commit comments