From 7d0eeea917f4508e2df8f70b2b4b58ee808b4541 Mon Sep 17 00:00:00 2001 From: Vasiliy Ermolovich Date: Wed, 20 Mar 2013 12:52:42 +0300 Subject: [PATCH] update Foundation link in README closes #772 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 540c5ccd..816140e3 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ rails generate simple_form:install --foundation Please note that the Foundation wrapper does not support the `:hint` option by default. In order to enable hints, please uncomment the appropriate line in `config/initializers/simple_form_foundation.rb`. You will need to provide your own CSS styles for hints. -Please see the [instructions on how to install Foundation in a Rails app](http://foundation.zurb.com/docs/rails.php). +Please see the [instructions on how to install Foundation in a Rails app](http://foundation.zurb.com/old-docs/f3/rails.php). ## Usage