From d4384932ff7f95d210a5aa7c3581fa84eada3161 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 9 Jul 2022 20:27:01 +0100 Subject: [PATCH] relative links on dir references --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9414904f2..41e250c07 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ To add a crate to this list, submit a pull request. [actix]: https://github.com/actix/actix [actix web]: https://github.com/actix/actix-web [actix-extras]: https://github.com/actix/actix-extras -[actix-cors]: actix-cors -[actix-identity]: actix-identity -[actix-limitation]: actix-limitation -[actix-protobuf]: actix-protobuf -[actix-redis]: actix-redis -[actix-session]: actix-session -[actix-web-httpauth]: actix-web-httpauth +[actix-cors]: ./actix-cors +[actix-identity]: ./actix-identity +[actix-limitation]: ./actix-limitation +[actix-protobuf]: ./actix-protobuf +[actix-redis]: ./actix-redis +[actix-session]: ./actix-session +[actix-web-httpauth]: ./actix-web-httpauth [actix-web-lab]: https://crates.io/crates/actix-web-lab [actix-multipart-extract]: https://crates.io/crates/actix-multipart-extract [actix-form-data]: https://crates.io/crates/actix-form-data