Skip to content

Commit d436508

Browse files
committed
Fix README-example docs link
1 parent 6e353de commit d436508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Trait synonyms for `Fn[…]`-trait bounds returning futures.
1616

1717
E.g. a 2-argument function `async fn foo(x: Bar, y: Baz) -> Qux` will implement
18-
<code>[AsyncFn2](https://docs.rs/async_fn_traits/0.1/async_fn_traits/AsyncFn2)<Bar, Baz, Output = Qux></code>.
18+
<code>[AsyncFn2](https://docs.rs/async_fn_traits/0.1/async_fn_traits/trait.AsyncFn2.html)<Bar, Baz, Output = Qux></code>.
1919

2020
_TODO: this crate is still not fully documented._
2121

0 commit comments

Comments
 (0)