From 8b551dcbf27b6cbbcd1f3cb6a3c5b05804823c6d Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 15 Feb 2022 22:16:12 +0100 Subject: [PATCH] Fix broken docs link --- axum/src/docs/routing/into_make_service_with_connect_info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/src/docs/routing/into_make_service_with_connect_info.md b/axum/src/docs/routing/into_make_service_with_connect_info.md index beba75a7..f2040c7f 100644 --- a/axum/src/docs/routing/into_make_service_with_connect_info.md +++ b/axum/src/docs/routing/into_make_service_with_connect_info.md @@ -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