Skip to content

Commit 8ee92aa

Browse files
authored
Merge pull request #67 from eminence/fix_broken_link
Fix broken link in impl Trait page
2 parents 1a1db55 + 612a10c commit 8ee92aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2018/transitioning/traits/impl-trait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ we still can obscure the `i32` return type.
8383
With `i32`, this isn't super useful. But there's one major place in Rust
8484
where this is much more useful: closures.
8585

86-
[`dyn Trait`]: /2018/transitioning/traits/dyn-trait.html
86+
[`dyn Trait`]: 2018/transitioning/traits/dyn-trait.html
8787

8888
### `impl Trait` and closures
8989

0 commit comments

Comments
 (0)