From 236930841c04489b4396fadce6eeee2a851a39a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Mon, 14 Jan 2013 11:04:00 +0100 Subject: [PATCH] Fix active_model_serializer link Repo was moved to rails-api organization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e0c7abf5e0..2b88c42467e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Currently you must build ember-data.js yourself. Clone the repository, run `bun * Better built-in attributes * Editing "forked" records * Out-of-the-box support for Rails apps that follow the - [`active_model_serializers`](https://github.com/josevalim/active_model_serializers) gem's conventions. + [`active_model_serializers`](https://github.com/rails-api/active_model_serializers) gem's conventions. * Handle partially-loaded records ## Unit Tests