diff options
author | Ryan Manuel <rfmanuel@alum.mit.edu> | 2016-01-28 13:06:11 -0600 |
---|---|---|
committer | Ryan Manuel <rfmanuel@alum.mit.edu> | 2016-01-28 13:06:11 -0600 |
commit | 3a06a06ca9cd508f32e6c7f73662140949c9c748 (patch) | |
tree | 63867fbe541eab842855b2736f297d3f307dd82e | |
parent | 31701fbdf28688ba53b8f2d2d26904954ae1b976 (diff) | |
download | rails-3a06a06ca9cd508f32e6c7f73662140949c9c748.tar.gz rails-3a06a06ca9cd508f32e6c7f73662140949c9c748.tar.bz2 rails-3a06a06ca9cd508f32e6c7f73662140949c9c748.zip |
Update doc with appropriate issue and pull request versions
-rw-r--r-- | guides/source/5_0_release_notes.md | 2 | ||||
-rw-r--r-- | railties/CHANGELOG.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 6537b089a9..b98983b59d 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -121,7 +121,7 @@ Please refer to the [Changelog][railties] for detailed changes. [Pull Request](https://github.com/rails/rails/pull/22288)) * Introduced an `after_bundle` callback for use in Rails plugin templates. - ([Pull Request](https://github.com/rails/rails/pull/)) + ([Pull Request](https://github.com/rails/rails/pull/23317)) Action Pack diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 91e879dd73..6076940323 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -451,7 +451,7 @@ * Add `after_bundle` callbacks in Rails plugin templates. Useful for allowing templates to perform actions that are dependent upon `bundle install`. - Fixes #<> + Fixes #<23315> *Ryan Manuel* |