From d46ee464e01779ef780758c74248815ab81572ea Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 18 Feb 2022 03:33:03 +0000 Subject: [PATCH] update examples links --- actix-cors/README.md | 2 +- actix-protobuf/README.md | 2 +- actix-redis/README.md | 2 +- actix-session/README.md | 2 +- actix-web-httpauth/CHANGES.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actix-cors/README.md b/actix-cors/README.md index 4a61058d8..f37c95066 100644 --- a/actix-cors/README.md +++ b/actix-cors/README.md @@ -10,5 +10,5 @@ ## Documentation & Resources - [API Documentation](https://docs.rs/actix-cors) -- [Example Project](https://github.com/actix/examples/tree/master/security/web-cors) +- [Example Project](https://github.com/actix/examples/tree/master/cors) - Minimum Supported Rust Version (MSRV): 1.54 diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index 467322046..1b79cf3d4 100644 --- a/actix-protobuf/README.md +++ b/actix-protobuf/README.md @@ -10,7 +10,7 @@ ## Documentation & Resources - [API Documentation](https://docs.rs/actix-protobuf) -- [Example Project](https://github.com/actix/examples/tree/master/other/protobuf) +- [Example Project](https://github.com/actix/examples/tree/master/protobuf) - Minimum Supported Rust Version (MSRV): 1.54 ## Example diff --git a/actix-redis/README.md b/actix-redis/README.md index c498d1d3c..d1226ebd6 100644 --- a/actix-redis/README.md +++ b/actix-redis/README.md @@ -10,7 +10,7 @@ ## Documentation & Resources - [API Documentation](https://docs.rs/actix-redis) -- [Example Project](https://github.com/actix/examples/tree/HEAD/session/redis-session) +- [Example Project](https://github.com/actix/examples/tree/master/auth/redis-session) - Minimum Supported Rust Version (MSRV): 1.54 ## Redis Session Backend diff --git a/actix-session/README.md b/actix-session/README.md index 3e0938289..55eab0b67 100644 --- a/actix-session/README.md +++ b/actix-session/README.md @@ -11,5 +11,5 @@ ## Documentation & Resources - [API Documentation](https://docs.rs/actix-session) -- [Example Projects](https://github.com/actix/examples/tree/HEAD/session) +- [Example Projects](https://github.com/actix/examples/tree/master/auth/cookie-session) - Minimum Supported Rust Version (MSRV): 1.54 diff --git a/actix-web-httpauth/CHANGES.md b/actix-web-httpauth/CHANGES.md index 91061669a..d813a7ac8 100644 --- a/actix-web-httpauth/CHANGES.md +++ b/actix-web-httpauth/CHANGES.md @@ -100,7 +100,7 @@ - `actix-web` dependency is used without default features now [#6] - `base64` dependency version was bumped to `0.10` -[#6]: (https://github.com/actix/actix-web-httpauth/pull/6) +[#6]: https://github.com/actix/actix-web-httpauth/pull/6 ## 0.1.0 - 2018-09-08