mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 00:50:32 +01:00
Fix broken docs link
This commit is contained in:
parent
5442cd7281
commit
8b551dcbf2
1 changed files with 1 additions and 1 deletions
|
@ -77,4 +77,4 @@ this to collect UDS connection info.
|
|||
[`MakeService`]: tower::make::MakeService
|
||||
[`Connected`]: crate::extract::connect_info::Connected
|
||||
[`ConnectInfo`]: crate::extract::connect_info::ConnectInfo
|
||||
[uds]: https://github.com/tokio-rs/axum/blob/main/examples/unix_domain_socket.rs
|
||||
[uds]: https://github.com/tokio-rs/axum/blob/main/examples/unix-domain-socket/src/main.rs
|
||||
|
|
Loading…
Reference in a new issue