diff --git a/rack-protection/rack-protection.gemspec b/rack-protection/rack-protection.gemspec index a223123f..e6263161 100644 --- a/rack-protection/rack-protection.gemspec +++ b/rack-protection/rack-protection.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.name = "rack-protection" s.version = Rack::Protection::VERSION s.description = "Protect against typical web attacks, works with all Rack apps, including Rails." - s.homepage = "http://github.com/sinatra/rack-protection" + s.homepage = "http://github.com/sinatra/sinatra/tree/master/rack-protection" s.summary = s.description s.license = 'MIT' diff --git a/sinatra-contrib/sinatra-contrib.gemspec b/sinatra-contrib/sinatra-contrib.gemspec index 4149fab1..b37dd648 100644 --- a/sinatra-contrib/sinatra-contrib.gemspec +++ b/sinatra-contrib/sinatra-contrib.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.name = "sinatra-contrib" s.version = Sinatra::VERSION s.description = "Collection of useful Sinatra extensions" - s.homepage = "http://github.com/sinatra/sinatra-contrib" + s.homepage = "http://github.com/sinatra/sinatra/tree/master/sinatra-contrib" s.license = "MIT" s.summary = s.description