diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-03-31 20:57:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-31 20:57:50 +0900 |
commit | 5616c08401ddfbb43d2281c86247027316c28117 (patch) | |
tree | a43c51609c005e4c09e717606361a5aab34d308d /guides | |
parent | 00ed37177b6232094caccc1804d8283d3665d1c8 (diff) | |
parent | bc68d62be401701a16e653f8c5d337caeb432208 (diff) | |
download | rails-5616c08401ddfbb43d2281c86247027316c28117.tar.gz rails-5616c08401ddfbb43d2281c86247027316c28117.tar.bz2 rails-5616c08401ddfbb43d2281c86247027316c28117.zip |
Merge pull request #32389 from yhirano55/add_earlier_releases_in_guides
Add earlier releases v3.0, v3.1 in guides
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/_welcome.html.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/_welcome.html.erb b/guides/source/_welcome.html.erb index 6959f992aa..272f837c1c 100644 --- a/guides/source/_welcome.html.erb +++ b/guides/source/_welcome.html.erb @@ -21,6 +21,8 @@ The guides for earlier releases: <a href="http://guides.rubyonrails.org/v4.2/">Rails 4.2</a>, <a href="http://guides.rubyonrails.org/v4.1/">Rails 4.1</a>, <a href="http://guides.rubyonrails.org/v4.0/">Rails 4.0</a>, -<a href="http://guides.rubyonrails.org/v3.2/">Rails 3.2</a>, and +<a href="http://guides.rubyonrails.org/v3.2/">Rails 3.2</a>, +<a href="http://guides.rubyonrails.org/v3.1/">Rails 3.1</a>, +<a href="http://guides.rubyonrails.org/v3.0/">Rails 3.0</a> and <a href="http://guides.rubyonrails.org/v2.3/">Rails 2.3</a>. </p> |