From d9e02baf591c9e6996c5ca8bf3d7c2eb7fb18cb3 Mon Sep 17 00:00:00 2001 From: Stephen Lloyd-Hirst Date: Tue, 10 Jan 2023 09:07:25 +0000 Subject: [PATCH] Fix documentation link to code --- cache_store_redis.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache_store_redis.gemspec b/cache_store_redis.gemspec index 49fce43..4d3e366 100644 --- a/cache_store_redis.gemspec +++ b/cache_store_redis.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.summary = 'This is the redis cache_store implementation.' spec.description = 'This is the redis cache_store implementation.' - spec.homepage = 'https://github.com/sage/cache_store' + spec.homepage = 'https://github.com/sage/cache_store_redis' spec.license = 'MIT' spec.files = Dir.glob("{bin,lib}/**/**/**")