aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guides/source/5_0_release_notes.md2
-rw-r--r--railties/CHANGELOG.md2
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*