aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorYohei YASUKAWA <yasulab@gmail.com>2016-08-17 12:43:52 +0900
committerYohei YASUKAWA <yasulab@gmail.com>2016-08-17 12:43:52 +0900
commitd4aec26030e432c5cb859814ea73588cf0f91b84 (patch)
tree1e8f86fbbd3b6ce44109c541604232da18ad624e /guides/source
parentf4b32cdc6c5b00c0ef6b5eba831234a8155768fd (diff)
downloadrails-d4aec26030e432c5cb859814ea73588cf0f91b84.tar.gz
rails-d4aec26030e432c5cb859814ea73588cf0f91b84.tar.bz2
rails-d4aec26030e432c5cb859814ea73588cf0f91b84.zip
Fix link in Rails 5.0 Release Note [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/5_0_release_notes.md2
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))