From 2c4b6016a3abaceedd7e5df4f6fe58b2b6c81efb Mon Sep 17 00:00:00 2001 From: Pragnyan Ramtha Date: Tue, 25 Aug 2026 00:04:39 +0530 Subject: [PATCH] docs(redis-storage): fix documentation links (#9731) --- packages/redis-storage/README.md | 2 +- packages/redis-storage/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/redis-storage/README.md b/packages/redis-storage/README.md index df885e3ae6..597713cd29 100644 --- a/packages/redis-storage/README.md +++ b/packages/redis-storage/README.md @@ -10,7 +10,7 @@ npm install @better-auth/redis-storage ## Documentation -For full documentation, visit [better-auth.com/docs/storage](https://www.better-auth.com/docs/storage). +For setup and usage documentation, see [Redis Storage](https://www.better-auth.com/docs/concepts/database#redis-storage). ## License diff --git a/packages/redis-storage/package.json b/packages/redis-storage/package.json index 93886c5c3f..b54d13b055 100644 --- a/packages/redis-storage/package.json +++ b/packages/redis-storage/package.json @@ -4,7 +4,7 @@ "description": "Redis storage for Better Auth secondary storage", "type": "module", "license": "MIT", - "homepage": "https://www.better-auth.com/docs/storage", + "homepage": "https://www.better-auth.com/docs/concepts/database#redis-storage", "repository": { "type": "git", "url": "git+https://github.com/better-auth/better-auth.git",