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:
parent
209ed46498
commit
22e7c06486
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user