diff --git a/README.md b/README.md index bc2f718..194eb2e 100644 --- a/README.md +++ b/README.md @@ -169,10 +169,10 @@ bin/rake release The gem is available as open source under the terms of the [MIT License]. [money-rails]: https://github.com/RubyMoney/money-rails -[sidekiq-scheduler]: https://github.com/Moove-it/sidekiq-scheduler +[sidekiq-scheduler]: https://github.com/sidekiq-scheduler/sidekiq-scheduler [whenever]: https://github.com/javan/whenever [active_scheduler]: https://github.com/JustinAiken/active_scheduler [eu_central_bank]: https://github.com/RubyMoney/eu_central_bank [money-open-exchange-rates]: https://github.com/spk/money-open-exchange-rates [on GitHub]: https://github.com/RubyMoney/active_currency -[MIT License]: http://opensource.org/licenses/MIT +[MIT License]: https://opensource.org/license/MIT diff --git a/active_currency.gemspec b/active_currency.gemspec index 2812344..a66e21e 100644 --- a/active_currency.gemspec +++ b/active_currency.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.version = ActiveCurrency::VERSION s.authors = ["Sunny Ripert"] s.email = ["sunny@sunfox.org"] - s.homepage = "https://github.com/sunny/active_currency" + s.homepage = "https://github.com/RubyMoney/active_currency" s.summary = "Rails plugin to store your currency regularly" s.description = "Store your currency." s.license = "MIT"