From 27ad60099eef8c2b7e30355c9c912f33b48a3ce8 Mon Sep 17 00:00:00 2001 From: dblock Date: Wed, 14 Mar 2018 14:51:53 -0400 Subject: [PATCH] Fix ruby-grape links. [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63a5da7..863edd2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ See [UPGRADING](UPGRADING.md) if you're upgrading from a previous version. ## Dependencies * >= Ruby v2.2 -* >= [grape](https://github.com/intridea/grape) v0.8.0 +* >= [grape](https://github.com/ruby-grape/grape) v0.8.0 * >= [active_model_serializers](https://github.com/rails-api/active_model_serializers) v0.10.0 ## Usage @@ -283,4 +283,4 @@ See [CONTRIBUTING](CONTRIBUTING.md). ## History -Structured and based upon [grape-rabl](https://github.com/LTe/grape-rabl). +Structured and based upon [grape-rabl](https://github.com/ruby-grape/grape-rabl).