Skip to content

Commit 3ea06e8

Browse files
committed
Here is my attempt to address #334.
The steering-meeting changes are, I think, obviously better. The only change I"m not sure about is the change so that "Compiler team procedures" links to the specific compiler page on forge. The main problem I have with that is that page itself does not actually document any procedures, nor even *link* to subpages with such documentation. * However, I justify this change by saying that I think in an ideal world, each main page would have links to each of its subpages, because often the titles alone in the Table-of-Contents on the left-hand side are not really enough for a reader who arrives on the forge without any experience or context for what they are looking for.
1 parent d239183 commit 3ea06e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/about/steering-meeting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ the meeting are selected at periodic planning meetings. See the
1010
[steering meeting procedure][proc] for more details. See [#58850] for
1111
more information.
1212

13-
[proc]: ../../procedures/steering-meeting
13+
[proc]: https://forge.rust-lang.org/compiler/steering-meeting.html
1414

1515
See the [compiler team calendar](../../#meeting-calendar) for
1616
the topics of the next scheduled meetings. There is also a [dedicated

content/menu/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ headless: true
1616

1717
- **Procedures**
1818

19-
- Compiler team procedures are documented on the [Rust forge](https://forge.rust-lang.org/)
19+
- Compiler team procedures are documented on the [Rust forge](https://forge.rust-lang.org/compiler/index.html)
2020
- [Crates]({{< relref "/procedures/crates" >}})
2121
- [Call for participation]({{< relref "/procedures/call-for-participation" >}})
2222
- [Form new working group]({{< relref "/procedures/form-new-working-group" >}})

content/procedures/steering-meeting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ type: docs
44
---
55
# Steering meeting
66

7-
This content has moved to the [Rust forge](https://forge.rust-lang.org/).
7+
This content has moved to the [Rust forge](https://forge.rust-lang.org/compiler/steering-meeting.html).

0 commit comments

Comments
 (0)