mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-03 04:56:30 +02:00
Fix documentation links.
This commit is contained in:
@ -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
|
[`actix-web`]: https://docs.rs/actix-web
|
||||||
[`Logger`]: https://docs.rs/actix-web/3.0.0/actix_web/middleware/struct.Logger.html
|
[`Logger`]: https://docs.rs/actix-web/3.0.0/actix_web/middleware/struct.Logger.html
|
||||||
[`log`]: https://docs.rs/log
|
[`log`]: https://docs.rs/log
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
//! logging: all request information is captured as a machine-parsable set of key-value pairs.
|
//! 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.
|
//! 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
|
//! [`actix-web`]: https://docs.rs/actix-web
|
||||||
//! [`Logger`]: https://docs.rs/actix-web/3.0.2/actix_web/middleware/struct.Logger.html
|
//! [`Logger`]: https://docs.rs/actix-web/3.0.2/actix_web/middleware/struct.Logger.html
|
||||||
//! [`log`]: https://docs.rs/log
|
//! [`log`]: https://docs.rs/log
|
||||||
|
Reference in New Issue
Block a user