Skip to content

Commit 1edf2af

Browse files
committed
docs(client): fix broken intra doc link for http::Uri
1 parent 58a25eb commit 1edf2af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ jobs:
104104
uses: actions-rs/cargo@v1
105105
with:
106106
command: rustdoc
107-
args: -- -D intra-doc-link-resolution-failure
107+
args: -- -D broken-intra-doc-links

src/client/connect/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
//!
7070
//! [`HttpConnector`]: HttpConnector
7171
//! [`Service`]: crate::service::Service
72-
//! [`Uri`]: http::Uri
72+
//! [`Uri`]: ::http::Uri
7373
//! [`AsyncRead`]: tokio::io::AsyncRead
7474
//! [`AsyncWrite`]: tokio::io::AsyncWrite
7575
//! [`Connection`]: Connection

0 commit comments

Comments
 (0)