From 38b3423160afc572ad933c24c86fc572c584e70b Mon Sep 17 00:00:00 2001 From: Julian Date: Thu, 4 Jul 2024 17:35:15 +0200 Subject: [PATCH] Fix Dead Links in @neshca/cache-handler-redis example README.md (#67415) Hello, This PR updates dead links in the @neshca/cache-handler-redis example's README.md to ensure they point to the correct URLs. Thank you for your review! Co-authored-by: Jiwon Choi --- examples/cache-handler-redis/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cache-handler-redis/README.md b/examples/cache-handler-redis/README.md index cbc113e49e..4e476f13b2 100644 --- a/examples/cache-handler-redis/README.md +++ b/examples/cache-handler-redis/README.md @@ -35,9 +35,9 @@ For detailed information on configuration and usage, please refer to our compreh ## Key Features and Considerations -- **Handlers:** The `@neshca/cache-handler` package includes [Handlers](https://caching-tools.github.io/next-shared-cache/redis-stack) for seamless integration with Redis. +- **Handlers:** The `@neshca/cache-handler` package includes [Handlers](https://caching-tools.github.io/next-shared-cache/handlers/redis-stack) for seamless integration with Redis. -- **Create Your Own Handlers:** Take a look at [Custom Redis Handler](https://caching-tools.github.io/next-shared-cache/redis-stack-custom) and use it as a basis to create your own handler. +- **Create Your Own Handlers:** Take a look at [Custom Redis Handler](https://caching-tools.github.io/next-shared-cache/usage/creating-a-custom-handler) and use it as a basis to create your own handler. - **Redis Server Setup:** Ensure your Redis server is running and properly configured before starting your Next.js application.