Skip to content

Commit 766f61b

Browse files
authored
Merge pull request #3612 from slanterns/patch-1
Update 2289-associated-type-bounds.md
2 parents bc01ed8 + 9da8bae commit 766f61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/2289-associated-type-bounds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ existential type Foo: Trait<Assoc = _0>;
149149
existential type _0: Bound;
150150
```
151151

152-
[RFC 2071]: https://github.com/rust-lang/rfcs/blob/master/text/2071-impl-trait-type-alias.md
152+
[RFC 2071]: ./2071-impl-trait-existential-types.md
153153

154154
This syntax is specified in [RFC 2071]. As in that RFC, this documentation
155155
uses the non-final syntax for existential type aliases.
@@ -175,7 +175,7 @@ The introduced form in this RFC is comparatively both shorter and clearer.
175175

176176
### An alternative desugaring of bounds on associated types
177177

178-
[RFC 2089]: https://github.com/rust-lang/rfcs/blob/master/text/2089-implied-bounds.md
178+
[RFC 2089]: ./2089-implied-bounds.md
179179

180180
An alternative desugaring of the following definition:
181181

0 commit comments

Comments
 (0)