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

Fix broken link to Upgrading Ruby on Rails Guide

in the 4.2 Release Notes [skip ci]

Change to link suggested by @zzak [skip ci]
This commit is contained in:
Jon Atack 2014-08-18 20:51:06 +02:00 committed by Jon Atack
parent c9cd532ba6
commit 746ab3c456

View file

@ -18,7 +18,7 @@ coverage before going in. You should also first upgrade to Rails 4.1 in case you
haven't and make sure your application still runs as expected before attempting
an update to Rails 4.2. A list of things to watch out for when upgrading is
available in the
[Upgrading Ruby on Rails](upgrading_ruby_on_rails.html#upgrading-from-rails-4-1-to-rails-4-2)
[Upgrading Ruby on Rails](upgrading_ruby_on_rails.html#upgrading-from-rails-4.1-to-rails-4.2)
guide.