Skip to content

Commit 169d142

Browse files
committed
Fix broken doc link
1 parent ccbd914 commit 169d142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum/src/routing/method_filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ impl MethodFilter {
2020
/// As seen in the [HTTP Upgrade Token Registry],
2121
/// common uses include WebSockets and proxying UDP or IP –
2222
/// though note that when using [`WebSocketUpgrade`]
23-
/// it’s more useful to use [`any`]
23+
/// it’s more useful to use [`any`](crate::routing::any)
2424
/// as HTTP/1.1 WebSockets need to support `GET`.
2525
///
2626
/// [extended CONNECT]: https://www.rfc-editor.org/rfc/rfc8441.html#section-4

0 commit comments

Comments
 (0)