Skip to content

Commit a62b7c8

Browse files
committed
use a relative path, so that this also works offline
1 parent c197636 commit a62b7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/normalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Leaving the alias unnormalized would also be wrong as the old solver expects all
271271

272272
Ultimately this means that it is not always possible to ensure all aliases inside of a value are rigid.
273273

274-
[universes]: https://rustc-dev-guide.rust-lang.org/borrow_check/region_inference/placeholders_and_universes.html#what-is-a-universe
274+
[universes]: borrow_check/region_inference/placeholders_and_universes.md#what-is-a-universe
275275
[deeply_normalize]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_trait_selection/traits/normalize/trait.NormalizeExt.html#tymethod.deeply_normalize
276276

277277
## Handling uses of diverging aliases

0 commit comments

Comments
 (0)