Skip to content

Commit 694c5c2

Browse files
committed
Update redirects
1 parent b13dcca commit 694c5c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,12 +2200,12 @@ end
22002200

22012201
### Hypermedia and Roar
22022202

2203-
You can use [Roar](https://github.com/apotonick/roar) to render HAL or Collection+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 HAL or Collection+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.
22042204
22052205
### Rabl
22062206
22072207
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
22092209
formatter.
22102210
22112211
### Active Model Serializers
@@ -2807,9 +2807,9 @@ See the [ActiveSupport::Notifications documentation](http://api.rubyonrails.org/
28072807

28082808
Grape integrates with following third-party tools:
28092809

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
28112811
* **Librato Metrics** - [grape-librato](https://github.com/seanmoon/grape-librato) gem
2812-
* **[Skylight](https://skylight.io)** - [skylight](https://github.com/skylightio/skylight-ruby) gem, [documentation](https://docs.skylight.io/grape)
2812+
* **[Skylight](https://www.skylight.io/)** - [skylight](https://github.com/skylightio/skylight-ruby) gem, [documentation](https://docs.skylight.io/grape/)
28132813

28142814
## Contributing to Grape
28152815

0 commit comments

Comments
 (0)