diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2016-08-16 22:49:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-16 22:49:44 -0500 |
commit | ae739edf4c5fba322e0ba6309b80a08a158b23c4 (patch) | |
tree | 1e8f86fbbd3b6ce44109c541604232da18ad624e /guides/source | |
parent | f4b32cdc6c5b00c0ef6b5eba831234a8155768fd (diff) | |
parent | d4aec26030e432c5cb859814ea73588cf0f91b84 (diff) | |
download | rails-ae739edf4c5fba322e0ba6309b80a08a158b23c4.tar.gz rails-ae739edf4c5fba322e0ba6309b80a08a158b23c4.tar.bz2 rails-ae739edf4c5fba322e0ba6309b80a08a158b23c4.zip |
Merge pull request #26186 from yasulab/fix-link-in-rails5-release-note
Fix link in Rails 5.0 Release Note
Diffstat (limited to 'guides/source')
-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)) |