From 4be45a6d957d211e57e1db851152791bca04ef1a Mon Sep 17 00:00:00 2001 From: Mauricio Carvalho Date: Tue, 26 Mar 2019 20:05:49 -0300 Subject: [PATCH 1/2] Update source code repository url --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 686d9a79ed..e2d8981d14 100644 --- a/README.rdoc +++ b/README.rdoc @@ -32,7 +32,7 @@ Or added to a Gemfile: Source code can be downloaded on GitHub -* https://github.com/rails/activeresource/tree/master/activeresource +* https://github.com/rails/activeresource/tree/master === Configuration and Usage From cf960bea9da6c3f16d7d187c4b63cd0fdb69445c Mon Sep 17 00:00:00 2001 From: Mauricio Carvalho Date: Tue, 26 Mar 2019 20:11:11 -0300 Subject: [PATCH 2/2] Update README link to match file-type --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3535b5b06..61fed561f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ Make sure that `bundle exec rake test` completes without errors. #### Write Documentation -Document any external behavior in the [README](README.md). +Document any external behavior in the [README](README.rdoc). #### Commit Changes