From 22e7c0648627a122532de44e2e14394c1d4b2dcf Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Sun, 27 Sep 2020 16:47:25 +0100 Subject: [PATCH] Fix documentation links. --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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