From 28412344d5d6b7483163dab83ae6705538a4bd17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 15 Sep 2021 14:07:52 +0200 Subject: [PATCH] docs(sdk): Fix the link to the examples dir --- crates/matrix-sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk/README.md b/crates/matrix-sdk/README.md index 9c90a120..83f4cf26 100644 --- a/crates/matrix-sdk/README.md +++ b/crates/matrix-sdk/README.md @@ -80,5 +80,5 @@ The `RUST_LOG` variable also supports a more advanced syntax for filtering log output more precisely, for instance with crate-level granularity. For more information on this, check out the [tracing_subscriber documentation]. -[examples]: https://github.com/matrix-org/matrix-rust-sdk/tree/master/crates/matrix_sdk/examples +[examples]: https://github.com/matrix-org/matrix-rust-sdk/tree/master/crates/matrix-sdk/examples [tracing_subscriber documentation]: https://tracing.rs/tracing_subscriber/filter/struct.envfilter