diff options
author | Zachary Scott <e@zzak.io> | 2014-07-05 21:30:46 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-07-05 21:30:46 -0700 |
commit | 60552026899f61ac21649fa187665e155b6f3127 (patch) | |
tree | 3e80ee4fd3c8db70b7dcb3cb1aa64ddf685a99f2 /guides/source | |
parent | 6f3c64eeb1dc8288dae49f114aaf619adc7dcb7f (diff) | |
parent | c275b2e7d424f1a8c832c958e95d853869d6c591 (diff) | |
download | rails-60552026899f61ac21649fa187665e155b6f3127.tar.gz rails-60552026899f61ac21649fa187665e155b6f3127.tar.bz2 rails-60552026899f61ac21649fa187665e155b6f3127.zip |
Merge pull request #16068 from JuanitoFatas/4-2-changelogs
[ci skip] Concludes changelog links in the bottom.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/4_2_release_notes.md | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 7b5cd5c799..f4c2eb8945 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -55,9 +55,7 @@ for a full description. Railties -------- -Please refer to the -[Changelog](https://github.com/rails/rails/blob/4-2-stable/railties/CHANGELOG.md) -for detailed changes. +Please refer to the [Changelog][railties] for detailed changes. ### Removals @@ -82,9 +80,7 @@ for detailed changes. Action Pack ----------- -Please refer to the -[Changelog](https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md) -for detailed changes. +Please refer to the [Changelog][action-pack] for detailed changes. ### Deprecations @@ -143,9 +139,7 @@ for detailed changes. Action View ------------- -Please refer to the -[Changelog](https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md) -for detailed changes. +Please refer to the [Changelog][action-view] for detailed changes. ### Deprecations @@ -164,9 +158,7 @@ for detailed changes. Action Mailer ------------- -Please refer to the -[Changelog](https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md) -for detailed changes. +Please refer to the [Changelog][action-mailer] for detailed changes. ### Notable changes @@ -269,9 +261,7 @@ for detailed changes. Active Model ------------ -Please refer to the -[Changelog](https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md) -for detailed changes. +Please refer to the [Changelog][active-model] for detailed changes. ### Removals @@ -287,9 +277,7 @@ for detailed changes. Active Support -------------- -Please refer to the -[Changelog](https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md) -for detailed changes. +Please refer to the [Changelog][active-support] for detailed changes. ### Removals @@ -331,3 +319,11 @@ See the [full list of contributors to Rails](http://contributors.rubyonrails.org/) for the many people who spent many hours making Rails, the stable and robust framework it is. Kudos to all of them. + +[railties]: https://github.com/rails/rails/blob/4-2-stable/railties/CHANGELOG.md +[action-pack]: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md +[action-view]: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md +[action-mailer]: https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md +[active-record]: https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md +[active-model]: https://github.com/rails/rails/blob/4-2-stable/activemodel/CHANGELOG.md +[active-support]: https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md |