diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-04-17 07:20:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 07:20:34 +0900 |
commit | 75210560f1b50e0750def1700e54ffb1fa80c64c (patch) | |
tree | c680deb2d00ff002f5a2b7987b575666a61c7d78 /guides | |
parent | dffae9a437db1fcf981fa59ca02f2f5410acce54 (diff) | |
parent | 659d16c895e114cd6dfb620e6e8d44584884bf2d (diff) | |
download | rails-75210560f1b50e0750def1700e54ffb1fa80c64c.tar.gz rails-75210560f1b50e0750def1700e54ffb1fa80c64c.tar.bz2 rails-75210560f1b50e0750def1700e54ffb1fa80c64c.zip |
Merge pull request #32596 from bogdanvlviv/add-reference-to-5_2-from-edge-guides
Add the reference to Rails Guides 5.2 from the Edge Guides
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/_welcome.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/_welcome.html.erb b/guides/source/_welcome.html.erb index b472127e2b..5dd6bfdd23 100644 --- a/guides/source/_welcome.html.erb +++ b/guides/source/_welcome.html.erb @@ -16,6 +16,7 @@ <% end %> <p> The guides for earlier releases: +<a href="http://guides.rubyonrails.org/v5.2/">Rails 5.2</a>, <a href="http://guides.rubyonrails.org/v5.1/">Rails 5.1</a>, <a href="http://guides.rubyonrails.org/v5.0/">Rails 5.0</a>, <a href="http://guides.rubyonrails.org/v4.2/">Rails 4.2</a>, |