From 64dd667ba8b43f6046773f19e206843bd789513a Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Fri, 11 Dec 2020 16:13:47 -0600 Subject: [PATCH] Fix Rails Version in Guides Index The version listed on the Rails Guides index is updated from 6.0 to 6.2. Also, adds a missing link to get back to the 6.0 and 6.1 documentation. --- guides/source/_welcome.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guides/source/_welcome.html.erb b/guides/source/_welcome.html.erb index b5dd135295..77f1ac79f8 100644 --- a/guides/source/_welcome.html.erb +++ b/guides/source/_welcome.html.erb @@ -10,12 +10,14 @@

<% else %>

- These are the new guides for Rails 6.0 based on <%= @version %>. + These are the new guides for Rails 6.2 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 earlier releases: +Rails 6.1, +Rails 6.0, Rails 5.2, Rails 5.1, Rails 5.0,