diff --git a/README.md b/README.md index 96dd64316..bcbbbe6ec 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/lib.rs b/src/lib.rs index 369f47e91..e88224e70 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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