From d919073c915bb32d8c39dfce7da2f323819c42b5 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Sat, 21 Feb 2015 23:06:13 -0500 Subject: [PATCH] fixed link to the blog post on using json-server with restangular --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7156e1c..fe9786a 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ You can deploy JSON Server. For example, [JSONPlaceholder](http://jsonplaceholde ### Articles -* [Fast prototyping using Restangular and Json-server](http://bahmutov.calepin.co/fast-prototyping-using-restangular-and-json-server.html) +* [Fast prototyping using Restangular and Json-server](http://glebbahmutov.com/blog/fast-prototyping-restangular-and-json-server/) * [ng-admin: Add an AngularJS admin GUI to any RESTful API](http://marmelab.com/blog/2014/09/15/easy-backend-for-your-restful-api.html) ### Projects