Skip to content

Commit 7d87106

Browse files
authored
Fix a few links (#939)
1 parent 9300ff2 commit 7d87106

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

src/compiler/prioritization.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,16 @@ upcoming meeting (creating it if it does not already exist):
183183
```text
184184
Hello @*T-compiler/meeting*, triage meeting in about 2h.
185185
Pre-triage done in #**t-compiler/prioritization/alerts**.
186-
Meeting agenda [on HackMD](https://hackmd.io/link_to_hackmd_agenda)
186+
Meeting agenda [on HackMD](https://hackmd.io/aaabbbccc123456)
187187
```
188188

189189
It is always recommended to re-run the generator and copy any new details over to the agenda as
190190
issue statuses on GitHub may have changed.
191191

192192
After the meeting, there are a few closing tasks:
193193

194-
- Lock the agenda on HackMD assigning write permissions to `Owners`. Download the Markdown file and
195-
commit the agenda as minutes to the `compiler-team` repository.
196-
- Remove the `to-announce` label from [MCPs][mcps], unless this label was added exactly during
194+
- Lock the agenda on HackMD assigning write permissions to `Owners`.
195+
- Remove the `to-announce` label from [MCPs], unless this label was added exactly during
197196
the meeting (and therefore will be seen during the following meeting).
198197
- Remove `to-announce` FCPs from [`rust-lang/rust`][rust_announce], [`compiler-team`][team_announce]
199198
and the [forge][forge_announce]. Same disclaimer as before regarding changes during the meeting.
@@ -206,16 +205,15 @@ After the meeting, there are a few closing tasks:
206205
- To decline a backport, simply remove `{beta,stable}-nominated` label. Add a comment on Github
207206
explaining why the backport was declined and link the Zulip discussion.
208207
- Remove [`I-compiler-nominated`][compiler_nominated] label from issues that were discussed.
209-
Sometimes not all nominated issues are discussed (because of time constraints). In this example,
210-
the `I-compiler-nominated` will stick until next meeting. Create a new agenda stub for the
211-
following.
208+
Sometimes not all nominated issues are discussed (because of time constraints) and can slip to the
209+
next meeting.
212210

213211
[beta_nominated]: https://github.com/rust-lang/rust/issues?q=is%3Apr+label%3Abeta-nominated+-label%3Abeta-accepted
214212
[stable_nominated]: https://github.com/rust-lang/rust/issues?q=is%3Apr+label%3Astable-nominated+-label%3Astable-accepted
215-
[rust_announce]: https://github.com/rust-lang/rust/issues?q=label%3Afinished-final-comment-period+label%3Ato-announce
216-
[team_announce]: https://github.com/rust-lang/compiler-team/issues?q=label%3Afinished-final-comment-period+label%3Ato-announce
217-
[forge_announce]: https://github.com/rust-lang/rust-forge/issues?q=label%3Afinished-final-comment-period+label%3Ato-announce
213+
[rust_announce]: https://github.com/rust-lang/rust/issues?q=label%3Afinished-final-comment-period%20label%3Ato-announce%20is%3Aissue
214+
[team_announce]: https://github.com/rust-lang/compiler-team/issues?q=label%3Afinished-final-comment-period%20label%3Ato-announce%20is%3Aissue
215+
[forge_announce]: https://github.com/rust-lang/rust-forge/issues?q=label%3Afinished-final-comment-period%20label%3Ato-announce%20is%3Aissue
218216
[fcps]: https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change+label%3Ato-announce
219-
[mcps]: https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change+label%3Ato-announce
217+
[mcps]: https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20label%3Ato-announce%20is%3Aissue
220218
[release_backports]: ../release/backporting.md
221219
[compiler_nominated]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AI-compiler-nominated+label%3AT-compiler

src/rustdoc/proposals-and-stabilization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ the nature of the proposal, described below.
3939
point if you don't know which of the previous ways is the best fit.
4040

4141
[rustdoc zulip thread]: https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc
42+
[rust]: https://github.com/rust-lang/rust
4243

4344
### When are FCPs/RFCs required?
4445

0 commit comments

Comments
 (0)