diff options
author | Yohei YASUKAWA <yasulab@gmail.com> | 2016-08-17 12:43:52 +0900 |
---|---|---|
committer | Yohei YASUKAWA <yasulab@gmail.com> | 2016-08-17 12:43:52 +0900 |
commit | d4aec26030e432c5cb859814ea73588cf0f91b84 (patch) | |
tree | 1e8f86fbbd3b6ce44109c541604232da18ad624e | |
parent | f4b32cdc6c5b00c0ef6b5eba831234a8155768fd (diff) | |
download | rails-d4aec26030e432c5cb859814ea73588cf0f91b84.tar.gz rails-d4aec26030e432c5cb859814ea73588cf0f91b84.tar.bz2 rails-d4aec26030e432c5cb859814ea73588cf0f91b84.zip |
Fix link in Rails 5.0 Release Note [ci skip]
-rw-r--r-- | guides/source/5_0_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 3710247582..45f396bbd6 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -1002,7 +1002,7 @@ Please refer to the [Changelog][active-support] for detailed changes. * Added `#prev_day` and `#next_day` counterparts to `#yesterday` and `#tomorrow` for `Date`, `Time`, and `DateTime`. - ([Pull Request](httpshttps://github.com/rails/rails/pull/18335)) + ([Pull Request](https://github.com/rails/rails/pull/18335)) * Added `SecureRandom.base58` for generation of random base58 strings. ([commit](https://github.com/rails/rails/commit/b1093977110f18ae0cafe56c3d99fc22a7d54d1b)) |