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",