You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2200,12 +2200,12 @@ end
2200
2200
2201
2201
### Hypermedia and Roar
2202
2202
2203
-
You can use [Roar](https://github.com/apotonick/roar) to render HALorCollection+JSON with the help of [grape-roar](https://github.com/dblock/grape-roar), which defines a custom JSON formatter and enables presenting entities with Grape's `present` keyword.
2203
+
You can use [Roar](https://github.com/apotonick/roar) to render HALorCollection+JSON with the help of [grape-roar](https://github.com/ruby-grape/grape-roar), which defines a custom JSON formatter and enables presenting entities with Grape's `present` keyword.
2204
2204
2205
2205
### Rabl
2206
2206
2207
2207
You can use [Rabl](https://github.com/nesquena/rabl) templates with the help of the
2208
-
[grape-rabl](https://github.com/LTe/grape-rabl) gem, which defines a custom Grape Rabl
2208
+
[grape-rabl](https://github.com/ruby-grape/grape-rabl) gem, which defines a custom Grape Rabl
2209
2209
formatter.
2210
2210
2211
2211
### Active Model Serializers
@@ -2807,9 +2807,9 @@ See the [ActiveSupport::Notifications documentation](http://api.rubyonrails.org/
2807
2807
2808
2808
Grape integrates with following third-party tools:
2809
2809
2810
-
***New Relic** - [built-in support](https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/grape-instrumentation) from v3.10.0 of the official [newrelic_rpm](https://github.com/newrelic/rpm) gem, also [newrelic-grape](https://github.com/flyerhzm/newrelic-grape) gem
2810
+
***New Relic** - [built-in support](https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/grape-instrumentation) from v3.10.0 of the official [newrelic_rpm](https://github.com/newrelic/rpm) gem, also [newrelic-grape](https://github.com/xinminlabs/newrelic-grape) gem
0 commit comments