From 61d5731859238845fa0aced433359c0e4095da4e Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Fri, 2 May 2014 17:45:43 +0000 Subject: [PATCH] eliminate repetition in guide links for past releases [ci skip] --- guides/source/_welcome.html.erb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/guides/source/_welcome.html.erb b/guides/source/_welcome.html.erb index 3cf833dee8..9101ed60d4 100644 --- a/guides/source/_welcome.html.erb +++ b/guides/source/_welcome.html.erb @@ -15,14 +15,5 @@

<% end %>

- The guides for Rails 4.1.x are available at http://guides.rubyonrails.org/v4.1.0/. -

-

- 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/. -

-

- The guides for Rails 2.3.x are available at http://guides.rubyonrails.org/v2.3.11/. + The guides for earlier releases: Rails 4.1.0, Rails 4.0.4, Rails 3.2.17 and Rails 2.3.11.

-- GitLab