From 4e9c0b7874b0c01891f79af9ca2dd110a0529c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 11 Apr 2014 13:39:37 -0300 Subject: [PATCH] Fix version indicator on guides and link to Rails 4.0 [ci skip] --- guides/source/_welcome.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guides/source/_welcome.html.erb b/guides/source/_welcome.html.erb index 9fd930963a..7e39f761f2 100644 --- a/guides/source/_welcome.html.erb +++ b/guides/source/_welcome.html.erb @@ -10,10 +10,13 @@

<% else %>

- These are the new guides for Rails 4.0 based on <%= @version %>. + These are the new guides for Rails 4.1 based on <%= @version %>. These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together.

<% end %> +

+ The guides for Rails 4.0.x are available at http://guides.rubyonrails.org/v4.0.4/. +

The guides for Rails 3.2.x are available at http://guides.rubyonrails.org/v3.2.17/.

-- GitLab