aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorWouter van Lelyveld <wouter.vanlelyveld@quintel.com>2013-06-27 09:18:52 +0200
committerWouter van Lelyveld <wouter.vanlelyveld@quintel.com>2013-06-27 09:18:52 +0200
commit8c0fc982140c3d36fd8daca2f2f618bf44f89885 (patch)
tree9a63cc0b950cf94c467418fb4f6a30b98e5e04d3 /guides
parentf5df6e5a6d5e6253708ea8cdb27ad675afea056c (diff)
downloadrails-8c0fc982140c3d36fd8daca2f2f618bf44f89885.tar.gz
rails-8c0fc982140c3d36fd8daca2f2f618bf44f89885.tar.bz2
rails-8c0fc982140c3d36fd8daca2f2f618bf44f89885.zip
Fixing links to accept_language plugin/middleware
Diffstat (limited to 'guides')
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index 9e5278c92b..062da3877b 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -283,7 +283,7 @@ def extract_locale_from_accept_language_header
end
```
-Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http_accept_language](https://github.com/iain/http_accept_language/tree/master or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb).
+Of course, in a production environment you would need much more robust code, and could use a plugin such as Iain Hecker's [http_accept_language](https://github.com/iain/http_accept_language/tree/master) or even Rack middleware such as Ryan Tomayko's [locale](https://github.com/rack/rack-contrib/blob/master/lib/rack/contrib/locale.rb).
#### Using GeoIP (or Similar) Database