diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-11-25 04:32:05 -0800 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-11-25 04:33:56 -0800 |
commit | c42ef3fd02b843e8e25d25910b89fa624f0a2522 (patch) | |
tree | a80a90c70b38a34066fbea36c4ed0804875044de /guides | |
parent | 4d3742c1d3c58ebad6a48e53c3d7bbd1651efa5f (diff) | |
download | rails-c42ef3fd02b843e8e25d25910b89fa624f0a2522.tar.gz rails-c42ef3fd02b843e8e25d25910b89fa624f0a2522.tar.bz2 rails-c42ef3fd02b843e8e25d25910b89fa624f0a2522.zip |
Prepare for RC: link to the 4-2-stable [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_2_release_notes.md | 4 | ||||
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 02857ec710..4f8ebbf336 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -10,13 +10,13 @@ Highlights in Rails 4.2: These release notes cover only the major changes. To learn about various bug fixes and changes, please refer to the change logs or check out the [list of -commits](https://github.com/rails/rails/commits/master) in the main Rails +commits](https://github.com/rails/rails/commits/4-2-stable) in the main Rails repository on GitHub. -------------------------------------------------------------------------------- NOTE: This document is a work in progress, please help to improve this by sending -a [pull request](https://github.com/rails/rails/edit/master/guides/source/4_2_release_notes.md). +a [pull request](https://github.com/rails/rails/edit/4-2-stable/guides/source/4_2_release_notes.md). Upgrading to Rails 4.2 ---------------------- diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index b906077ae1..7423d2cb59 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -51,7 +51,7 @@ Upgrading from Rails 4.1 to Rails 4.2 ------------------------------------- NOTE: This section is a work in progress, please help to improve this by sending -a [pull request](https://github.com/rails/rails/edit/master/guides/source/upgrading_ruby_on_rails.md). +a [pull request](https://github.com/rails/rails/edit/4-2-stabble/guides/source/upgrading_ruby_on_rails.md). ### Web Console |