From fe1e7cd4a30da2d39eda6517c4b66f1759555bd9 Mon Sep 17 00:00:00 2001 From: Eugene Kozlov Date: Tue, 28 Nov 2017 14:10:28 +0300 Subject: [PATCH] Update Ruby Servers section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50c853b..1d3f0f9 100644 --- a/README.md +++ b/README.md @@ -151,8 +151,8 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Ruby -* [Grape](http://intridea.github.io/grape/) - Opinionated micro-framework for creating REST-like APIs in Ruby. -* [Rails](http://edgeguides.rubyonrails.org/api_app.html) - RailsGuides: Using Rails for API-only applications. +* [Grape](http://www.ruby-grape.org) - Opinionated micro-framework for creating REST-like APIs in Ruby. +* [Rails](http://guides.rubyonrails.org/api_app.html) - RailsGuides: Using Rails for API-only applications. ### Go