From 9ea44a73374e907cb5a8463cc683f53c6881c4e9 Mon Sep 17 00:00:00 2001 From: Sunny Ripert Date: Tue, 13 Jan 2026 10:29:27 +0100 Subject: [PATCH] Remove HTTP redirections in README --- README.md | 6 +++--- active_currency.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e55c55..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/sunny/active_currency -[MIT License]: http://opensource.org/licenses/MIT +[on GitHub]: https://github.com/RubyMoney/active_currency +[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"