Skip to content

Commit 5c8c0ff

Browse files
committed
address nits
1 parent 8945475 commit 5c8c0ff

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

posts/inside-rust/2020-07-06-lang-team-design-meeting-update.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ team: the lang team <https://www.rust-lang.org/governance/teams/lang>
99
Hello! Did you know that the [lang team] now has regular design
1010
meetings? We use these meetings to dig deeper into the output of
1111
active project groups. After the meeting, we typically post a
12-
recording to YouTube as well as some [minutes into the lang-team
12+
recording to [YouTube] as well as some [minutes into the lang-team
1313
repository][min]. I wanted to write a quick update listing out some of
1414
the meetings we've had recently as well as some of our upcoming
1515
meetings.
1616

17+
[YouTube]: https://www.youtube.com/playlist?list=PL85XCvVPmGQg-gYy7R6a_Y91oQLdsbSpa
1718
[lang team]: https://www.rust-lang.org/governance/teams/lang
1819
[min]: https://lang-team.rust-lang.org/minutes.html
1920

@@ -39,6 +40,8 @@ We recently held two lang-team design meetings:
3940

4041
[m1]: https://github.com/rust-lang/lang-team/blob/master/design-meeting-minutes/2020-06-24-const-eval-unsafe-and-skill-tree.md
4142
[r1]: https://youtu.be/b3p2vX8wZ_c
43+
[m2]: https://github.com/rust-lang/lang-team/blob/master/design-meeting-minutes/2020-07-01-safe-transmute-typic.md
44+
[r2]: https://youtu.be/3aw-5Fcyo7s
4245
[ralfj]: https://www.ralfj.de/blog/2018/07/19/const.html
4346
["skill tree"]: https://github.com/nikomatsakis/skill-tree#what-is-a-skill-tree
4447
[typic]: https://github.com/jswrenn/typic
@@ -48,12 +51,13 @@ We recently held two lang-team design meetings:
4851

4952
Every proposed meeting begins with an issue on the lang-team
5053
repository. If you're curious, you can take a look at the [open issues
51-
with the `meeting proposal` label][issues] to get an idea of what
54+
with the `meeting proposal` label][mp] to get an idea of what
5255
meetings are being considered; if a meeting has been scheduled, it
53-
will also be tagged with `meeting scheduled` and have some comments as
56+
will also be tagged with [`meeting scheduled`][ms] and have some comments as
5457
to the current date.
5558

56-
[issues]: https://github.com/rust-lang/lang-team/issues?q=label%3Ameeting-proposal
59+
[mp]: https://github.com/rust-lang/lang-team/issues?q=label%3Ameeting-proposal
60+
[ms]: https://github.com/rust-lang/lang-team/issues?q=label%3Ameeting-scheduled
5761

5862
We currently schedule meetings in a rather ad-hoc fashion, basically
5963
hammering it out over Zulip. I'd probably like to move us to a more

0 commit comments

Comments
 (0)