diff options
| author | jyn <github@jyn.dev> | 2023-01-12 16:46:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-13 07:46:15 +0900 |
| commit | ff59da035d79a31e5a40be236c8a4653e7f3c920 (patch) | |
| tree | 35ffad69f16aab3cdaf3143a38a86f92b9ce276b /src/doc/rustc-dev-guide | |
| parent | 3e0ebe408b7d00d8e1dfea7343ce70859beeaa38 (diff) | |
| download | rust-ff59da035d79a31e5a40be236c8a4653e7f3c920.tar.gz rust-ff59da035d79a31e5a40be236c8a4653e7f3c920.zip | |
Link to the youtube recording of my talk, not the summary (#1554)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/bootstrapping.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping.md b/src/doc/rustc-dev-guide/src/building/bootstrapping.md index e4de823bd55..543c68c2e47 100644 --- a/src/doc/rustc-dev-guide/src/building/bootstrapping.md +++ b/src/doc/rustc-dev-guide/src/building/bootstrapping.md @@ -28,7 +28,7 @@ stage0 compiler, and <span style="background-color: lightgreen; color: black">green</span> nodes are built with the stage1 compiler. -[rustconf22-talk]: https://rustconf.com/schedule#bootstrapping-the-once-and-future-compiler +[rustconf22-talk]: https://www.youtube.com/watch?v=oUIjG-y4zaA ```mermaid graph TD |
