diff options
author | Javier Vidal <javier@javiervidal.net> | 2016-03-31 17:53:20 +0200 |
---|---|---|
committer | Javier Vidal <javier@javiervidal.net> | 2016-04-01 09:29:26 +0200 |
commit | 14ba2153750dba88df49f1ac43ea62d010141130 (patch) | |
tree | 240ffc6bc31766c858da1bb8208689e611d2679c /guides/source | |
parent | a26a3a075637215c9028308436ca89cba8da2ed5 (diff) | |
download | rails-14ba2153750dba88df49f1ac43ea62d010141130.tar.gz rails-14ba2153750dba88df49f1ac43ea62d010141130.tar.bz2 rails-14ba2153750dba88df49f1ac43ea62d010141130.zip |
Fixes broken link in 'Ruby on Rails 2.2 Release Notes' [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/2_2_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/2_2_release_notes.md b/guides/source/2_2_release_notes.md index be00087f63..5e82af5a15 100644 --- a/guides/source/2_2_release_notes.md +++ b/guides/source/2_2_release_notes.md @@ -21,7 +21,7 @@ Rails 2.2 supplies an easy system for internationalization (or i18n, for those o * Lead Contributors: Rails i18 Team * More information : * [Official Rails i18 website](http://rails-i18n.org) - * [Finally. Ruby on Rails gets internationalized](http://www.artweb-design.de/2008/7/18/finally-ruby-on-rails-gets-internationalized) + * [Finally. Ruby on Rails gets internationalized](https://web.archive.org/web/20140407075019/http://www.artweb-design.de/2008/7/18/finally-ruby-on-rails-gets-internationalized) * [Localizing Rails : Demo application](http://github.com/clemens/i18n_demo_app) ### Compatibility with Ruby 1.9 and JRuby |