tokio-rs / axum

Ergonomic and modular web framework built with Tokio, Tower, and Hyper
18.96k stars 1.06k forks source link

`RequestBodyLimit` docs link out of date #2844

Open fs-99 opened 3 months ago

fs-99 commented 3 months ago

Stale Link in Docs

https://docs.rs/axum/latest/axum/extract/struct.DefaultBodyLimit.html links to RequestBodyLimit but it's not the right link, it should be: https://docs.rs/tower-http/latest/tower_http/limit/struct.RequestBodyLimit.html

jplatte commented 3 months ago

Ah yes, this is a broken intra-doc link. I'll try to figure out what's wrong soon.