README.md in inherited_resources-1.14.0 vs README.md in inherited_resources-2.0.0

- old
+ new

@@ -3,11 +3,11 @@ Inherited Resources is no longer actively maintained by the original author and has been transferred to the ActiveAdmin organization for maintenance. New feature 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 [![Version ][rubygems_badge]][rubygems] [![Github Actions ][actions_badge]][actions] @@ -20,11 +20,11 @@ In addition to making your controllers follow a pattern, it helps you to write better 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 You can let bundler install Inherited Resources by adding this line to your application's Gemfile: @@ -47,11 +47,11 @@ ## HasScope 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: -- <http://github.com/plataformatec/has_scope> +- <https://github.com/heartcombo/has_scope> And it can be installed as: ```sh $ gem install has_scope @@ -62,11 +62,11 @@ Since Inherited Resources 1.0, responders are not part of its core anymore, 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: -- <http://github.com/plataformatec/responders> +- <https://github.com/heartcombo/responders> And it can be installed with: ```sh $ gem install responders @@ -735,10 +735,10 @@ ## Security contact information 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 [tidelift_badge]: https://tidelift.com/badges/package/rubygems/inherited_resources?style=flat [tidelift]: https://tidelift.com/subscription/pkg/rubygems-inherited-resources?utm_source=rubygems-inherited-resources&utm_medium=referral&utm_campaign=readme