aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranck Verrot <franck@verrot.fr>2013-01-02 16:12:19 +0100
committerFranck Verrot <franck@verrot.fr>2013-01-02 16:12:19 +0100
commit25c12de4ff06b2c9dcbfab6a710d66712dd17c72 (patch)
treec4edfd9f1ae4b7a123043f13b8ecf83b46662052
parentf817bb2c485d7363be104fd8a00b28c36a0adefc (diff)
downloadrails-25c12de4ff06b2c9dcbfab6a710d66712dd17c72.tar.gz
rails-25c12de4ff06b2c9dcbfab6a710d66712dd17c72.tar.bz2
rails-25c12de4ff06b2c9dcbfab6a710d66712dd17c72.zip
Link to the right fork of country_select.
-rw-r--r--guides/source/form_helpers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md
index a39ab77409..055a1204ec 100644
--- a/guides/source/form_helpers.md
+++ b/guides/source/form_helpers.md
@@ -497,7 +497,7 @@ To leverage time zone support in Rails, you have to ask your users what time zon
There is also `time_zone_options_for_select` helper for a more manual (therefore more customizable) way of doing this. Read the API documentation to learn about the possible arguments for these two methods.
-Rails _used_ to have a `country_select` helper for choosing countries, but this has been extracted to the [country_select plugin](https://github.com/chrislerum/country_select). When using this, be aware that the exclusion or inclusion of certain names from the list can be somewhat controversial (and was the reason this functionality was extracted from Rails).
+Rails _used_ to have a `country_select` helper for choosing countries, but this has been extracted to the [country_select plugin](https://github.com/stefanpenner/country_select). When using this, be aware that the exclusion or inclusion of certain names from the list can be somewhat controversial (and was the reason this functionality was extracted from Rails).
Using Date and Time Form Helpers
--------------------------------