1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -10,12 +10,14 @@
</p> </p>
<% else %> <% else %>
<p> <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. These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together.
</p> </p>
<% end %> <% end %>
<p> <p>
The guides for earlier releases: 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.2/">Rails 5.2</a>,
<a href="https://guides.rubyonrails.org/v5.1/">Rails 5.1</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>, <a href="https://guides.rubyonrails.org/v5.0/">Rails 5.0</a>,