|
13 | 13 | //! For an overview of what canonicalization is and how it fits into |
14 | 14 | //! rustc, check out the [chapter in the rustc guide][c]. |
15 | 15 | //! |
16 | | -//! [c]: https://rust-lang-nursery.github.io/rustc-guide/traits/canonicalization.html |
| 16 | +//! [c]: https://rust-lang.github.io/rustc-guide/traits/canonicalization.html |
17 | 17 |
|
18 | 18 | use infer::canonical::{ |
19 | 19 | Canonical, CanonicalTyVarKind, CanonicalVarInfo, CanonicalVarKind, Canonicalized, |
@@ -44,7 +44,7 @@ impl<'cx, 'gcx, 'tcx> InferCtxt<'cx, 'gcx, 'tcx> { |
44 | 44 | /// To get a good understanding of what is happening here, check |
45 | 45 | /// out the [chapter in the rustc guide][c]. |
46 | 46 | /// |
47 | | - /// [c]: https://rust-lang-nursery.github.io/rustc-guide/traits/canonicalization.html#canonicalizing-the-query |
| 47 | + /// [c]: https://rust-lang.github.io/rustc-guide/traits/canonicalization.html#canonicalizing-the-query |
48 | 48 | pub fn canonicalize_query<V>( |
49 | 49 | &self, |
50 | 50 | value: &V, |
@@ -92,7 +92,7 @@ impl<'cx, 'gcx, 'tcx> InferCtxt<'cx, 'gcx, 'tcx> { |
92 | 92 | /// To get a good understanding of what is happening here, check |
93 | 93 | /// out the [chapter in the rustc guide][c]. |
94 | 94 | /// |
95 | | - /// [c]: https://rust-lang-nursery.github.io/rustc-guide/traits/canonicalization.html#canonicalizing-the-query-result |
| 95 | + /// [c]: https://rust-lang.github.io/rustc-guide/traits/canonicalization.html#canonicalizing-the-query-result |
96 | 96 | pub fn canonicalize_response<V>(&self, value: &V) -> Canonicalized<'gcx, V> |
97 | 97 | where |
98 | 98 | V: TypeFoldable<'tcx> + Lift<'gcx>, |
|
0 commit comments