diff --git a/CHANGELOG.md b/CHANGELOG.md index e50d2a59..3705bf3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -145,7 +145,7 @@ _No changes_. * Added create_resource, update_resource and delete_resource hooks (thanks to Carlos Antonio da Silva). * Backported ActionController::Responder from Rails 3. * Added parent_url helper. -* Added association_chain helper (as suggested by http://github.com/emmanuel). +* Added association_chain helper (as suggested by https://github.com/emmanuel). ## Version 0.8 @@ -172,7 +172,7 @@ _No changes_. * Ensure that the default template is not rendered if the default_template_format is not accepted. This is somehow related with the security breach report: - http://www.rorsecurity.info/journal/2009/4/24/hidden-actions-render-templates.html + https://rorsecurity.info/journal/2009/4/24/hidden-actions-render-templates.html IR forbids based on mime types. For example: respond_to :html, :except => :index ensures that the index.html.erb view is not rendered, making your IR controllers safer. diff --git a/README.md b/README.md index 67967d5d..8ca8d25e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ has been transferred to the ActiveAdmin organization for maintenance. New featu requests are not encouraged. If you are not already using Inherited Resources we suggest instead using Rails' -`respond_with` feature alongside the [responders gem](https://github.com/plataformatec/responders). +`respond_with` feature alongside the [responders gem](https://github.com/heartcombo/responders). ## Inherited Resources @@ -22,7 +22,7 @@ code by following fat models and skinny controllers convention. There are two screencasts available besides this README: * http://railscasts.com/episodes/230-inherited-resources -* http://akitaonrails.com/2009/09/01/screencast-real-thin-restful-controllers-with-inherited-resources +* https://www.akitaonrails.com/2009/09/01/screencast-real-thin-restful-controllers-with-inherited-resources ## Installation @@ -49,7 +49,7 @@ $ gem install inherited_resources Since Inherited Resources 1.0, has_scope is not part of its core anymore but a gem dependency. Be sure to check the documentation to see how you can use it: -- +- And it can be installed as: @@ -64,7 +64,7 @@ but is set as Inherited Resources dependency and it's used by default by InheritedResources controllers. Be sure to check the documentation to see how it will change your application: -- +- And it can be installed with: @@ -737,7 +737,7 @@ MIT License. Copyright (c) 2009-2017 José Valim. Please use the Tidelift security contact to [report a security vulnerability][Tidelift security contact]. Tidelift will coordinate the fix and disclosure. -[rubygems_badge]: http://img.shields.io/gem/v/inherited_resources.svg +[rubygems_badge]: https://img.shields.io/gem/v/inherited_resources.svg [rubygems]: https://rubygems.org/gems/inherited_resources [actions_badge]: https://github.com/activeadmin/inherited_resources/workflows/ci/badge.svg [actions]: https://github.com/activeadmin/inherited_resources/actions diff --git a/lib/inherited_resources/base_helpers.rb b/lib/inherited_resources/base_helpers.rb index 1cd9ee2d..10fafdae 100644 --- a/lib/inherited_resources/base_helpers.rb +++ b/lib/inherited_resources/base_helpers.rb @@ -135,7 +135,7 @@ def association_chain end # rubocop:disable Layout/CommentIndentation - # See https://github.com/rubocop-hq/rubocop/issues/6450 + # See https://github.com/rubocop/rubocop/issues/6450 # # Overwrite this method to provide other interpolation options when # the flash message is going to be set.