diff --git a/examples/README.md b/examples/README.md index fd5b418b..3f35a6fb 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,7 +18,7 @@ - [`chat`](../examples/chat.rs) - Chat application example. - [`404`](../examples/404.rs) - Custom 404 page. - [`async-graphql`](../examples/async-graphql) - GraphQL example using [`async-graphql`](https://crates.io/crates/async-graphql). -- [`tracing_aka_logging`](../examples/tracing_aka_logging) - How to setup and configure tracing/logging. +- [`tracing_aka_logging`](../examples/tracing_aka_logging.rs) - How to setup and configure tracing/logging. - [`oauth`](../examples/oauth.rs) - Implementing authentication using [`oauth2`](https://crates.io/crates/oauth2) and [`async-session`](https://crates.io/crates/async-session).