Skip to content

Commit cf14b12

Browse files
authored
Fix cargo documentation urls (#42)
1 parent 7cd2c4b commit cf14b12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

async-stream-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
license = "MIT"
66
authors = ["Carl Lerche <me@carllerche.com>"]
77
description = "proc macros for async-stream crate"
8-
documentation = "https://docs.rs/async-stream-impl/0.3.0/async-stream-impl"
8+
documentation = "https://docs.rs/async-stream-impl/0.3.0/async_stream_impl"
99
homepage = "https://github.com/tokio-rs/async-stream"
1010
repository = "https://github.com/tokio-rs/async-stream"
1111

async-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2018"
1414
license = "MIT"
1515
authors = ["Carl Lerche <me@carllerche.com>"]
1616
description = "Asynchronous streams using async & await notation"
17-
documentation = "https://docs.rs/async-stream/0.3.0/async-stream"
17+
documentation = "https://docs.rs/async-stream/0.3.0/async_stream"
1818
homepage = "https://github.com/tokio-rs/async-stream"
1919
repository = "https://github.com/tokio-rs/async-stream"
2020
readme = "README.md"

0 commit comments

Comments
 (0)