about summary refs log tree commit diff
diff options
context:
space:
mode:
authormejrs <59372212+mejrs@users.noreply.github.com>2025-04-04 01:23:01 +0200
committermejrs <59372212+mejrs@users.noreply.github.com>2025-04-04 01:23:01 +0200
commitb98760ba2dc4fffee19c75b83a472fe6f039f115 (patch)
tree164d5aa89488800974c2d91a4b9d58776595dcf7
parent897f9e5985fb8a43fef6bbb40701efebc36bb9bc (diff)
downloadrust-b98760ba2dc4fffee19c75b83a472fe6f039f115.tar.gz
rust-b98760ba2dc4fffee19c75b83a472fe6f039f115.zip
Fix links
-rw-r--r--src/doc/unstable-book/src/language-features/type-alias-impl-trait.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/unstable-book/src/language-features/type-alias-impl-trait.md b/src/doc/unstable-book/src/language-features/type-alias-impl-trait.md
index b91c553e864..a6fb25a55be 100644
--- a/src/doc/unstable-book/src/language-features/type-alias-impl-trait.md
+++ b/src/doc/unstable-book/src/language-features/type-alias-impl-trait.md
@@ -153,7 +153,7 @@ take_impl(x);
 Note that the user cannot use `#[define_opaque(Alias)]` to reify the opaque type because only the crate where the type alias is declared may do so. But if this happened in the same crate and the opaque type was reified, they'd get a familiar error: "expected `MyType`, got `UserType`".
 
 [#63063]: https://github.com/rust-lang/rust/issues/63063
-[#110237]: (https://github.com/rust-lang/rust/pull/110237)
-[reference]: (https://doc.rust-lang.org/stable/reference/types/impl-trait.html#abstract-return-types)
-[`trait_alias`]: (./trait-alias.md)
-[`impl_trait_in_assoc_type`]: (./impl-trait-in-assoc-type.md)
+[#110237]: https://github.com/rust-lang/rust/pull/110237
+[reference]: https://doc.rust-lang.org/stable/reference/types/impl-trait.html#abstract-return-types
+[`trait_alias`]: ./trait-alias.md
+[`impl_trait_in_assoc_type`]: ./impl-trait-in-assoc-type.md