From a0f1dc508f5f77670388c1ce507a5c27969ca560 Mon Sep 17 00:00:00 2001 From: Derrick Mehaffy Date: Sun, 22 Sep 2024 19:02:38 -0700 Subject: [PATCH] fix package.json --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 73fb284..4d9eaf7 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,12 @@ } ], "bugs": { - "url": "https://github.com/strapi-community/strapi-plugin-redis/issues" + "url": "https://github.com/strapi-community/plugin-redis/issues" }, - "homepage": "https://github.com/strapi-community/strapi-plugin-redis#readme", + "repository": { + "type": "git", + "url": "github:strapi-community/plugin-redis" + }, + "homepage": "https://strapi-community.github.io/plugin-redis/", "license": "MIT" }