Skip to content

Commit 9ea44a7

Browse files
committed
Remove HTTP redirections in README
1 parent 2e6730b commit 9ea44a7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ bin/rake release
169169
The gem is available as open source under the terms of the [MIT License].
170170

171171
[money-rails]: https://github.com/RubyMoney/money-rails
172-
[sidekiq-scheduler]: https://github.com/Moove-it/sidekiq-scheduler
172+
[sidekiq-scheduler]: https://github.com/sidekiq-scheduler/sidekiq-scheduler
173173
[whenever]: https://github.com/javan/whenever
174174
[active_scheduler]: https://github.com/JustinAiken/active_scheduler
175175
[eu_central_bank]: https://github.com/RubyMoney/eu_central_bank
176176
[money-open-exchange-rates]: https://github.com/spk/money-open-exchange-rates
177-
[on GitHub]: https://github.com/sunny/active_currency
178-
[MIT License]: http://opensource.org/licenses/MIT
177+
[on GitHub]: https://github.com/RubyMoney/active_currency
178+
[MIT License]: https://opensource.org/license/MIT

active_currency.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.version = ActiveCurrency::VERSION
1212
s.authors = ["Sunny Ripert"]
1313
s.email = ["sunny@sunfox.org"]
14-
s.homepage = "https://github.com/sunny/active_currency"
14+
s.homepage = "https://github.com/RubyMoney/active_currency"
1515
s.summary = "Rails plugin to store your currency regularly"
1616
s.description = "Store your currency."
1717
s.license = "MIT"

0 commit comments

Comments
 (0)