1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-04-22 09:54:53 +02:00

Fix documentation links.

This commit is contained in:
Luca Palmieri 2020-09-27 16:47:25 +01:00
parent 209ed46498
commit 22e7c06486
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ fn main() {
}
```
[`TracingLogger`]: https://docs.rs/tracing-actix-web/0.2.0/tracing-actix-web/#struct.TracingLogger.html
[`TracingLogger`]: https://docs.rs/tracing-actix-web/0.2.0/tracing-actix-web/struct.TracingLogger.html
[`actix-web`]: https://docs.rs/actix-web
[`Logger`]: https://docs.rs/actix-web/3.0.0/actix_web/middleware/struct.Logger.html
[`log`]: https://docs.rs/log

View File

@ -10,7 +10,7 @@
//! logging: all request information is captured as a machine-parsable set of key-value pairs.
//! It also enables propagation of context information to children spans.
//!
//! [`TracingLogger`]: #struct.TracingLogger.html
//! [`TracingLogger`]: struct.TracingLogger.html
//! [`actix-web`]: https://docs.rs/actix-web
//! [`Logger`]: https://docs.rs/actix-web/3.0.2/actix_web/middleware/struct.Logger.html
//! [`log`]: https://docs.rs/log