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:
parent
4b44d4c0e9
commit
64dd667ba8
1 changed files with 3 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue