From b35e0ce5844fbea13574def4dfaf0b53288fcc66 Mon Sep 17 00:00:00 2001 From: "Jose A. Rilla" Date: Wed, 18 Apr 2012 18:26:47 +0300 Subject: [PATCH] Fixed link to batch_translations --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index f99fcbfc..39834025 100644 --- a/README.textile +++ b/README.textile @@ -220,4 +220,4 @@ h2. Related solutions * "migrate_from_globalize1":http://gist.github.com/120867 - migrate model translations from Globalize1 to globalize2 (Tomasz Stachewicz) * "easy_globalize2_accessors":http://github.com/astropanic/easy_globalize2_accessors - easily access (read and write) globalize2-translated fields (astropanic, Tomasz Stachewicz) * "globalize2-easy-translate":http://github.com/bsamman/globalize2-easy-translate - adds methods to easily access or set translated attributes to your model (bsamman) -* "batch_translations":http://github.com/alvarezrilla/batch_translations - allow saving multiple globalize2 translations in the same request (Jose Alvarez Rilla) +* "batch_translations":http://github.com/rilla/batch_translations - allow saving multiple globalize2 translations in the same request (Jose Alvarez Rilla)