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.
This commit is contained in:
Grant Hutchins 2020-12-11 16:13:47 -06:00 committed by GitHub
parent 4b44d4c0e9
commit 64dd667ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -10,12 +10,14 @@
</p>
<% else %>
<p>
These are the new guides for Rails 6.0 based on <a href="https://github.com/rails/rails/tree/<%= @version %>"><%= @version %></a>.
These are the new guides for Rails 6.2 based on <a href="https://github.com/rails/rails/tree/<%= @version %>"><%= @version %></a>.
These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together.
</p>
<% end %>
<p>
The guides for earlier releases:
<a href="https://guides.rubyonrails.org/v6.1/">Rails 6.1</a>,
<a href="https://guides.rubyonrails.org/v6.0/">Rails 6.0</a>,
<a href="https://guides.rubyonrails.org/v5.2/">Rails 5.2</a>,
<a href="https://guides.rubyonrails.org/v5.1/">Rails 5.1</a>,
<a href="https://guides.rubyonrails.org/v5.0/">Rails 5.0</a>,