aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Vidal <javier@javiervidal.net>2016-04-15 13:15:03 +0200
committerJavier Vidal <javier@javiervidal.net>2016-04-15 13:15:03 +0200
commit14783cf5690ba0398b4bad864a84772da4313df9 (patch)
treeb34ccc0fd05a8663e2b31a557ec7c72b3a8a1ba8
parent8ad9670abb2d662df6fd0cf3b363fb5bf6a09de3 (diff)
downloadrails-14783cf5690ba0398b4bad864a84772da4313df9.tar.gz
rails-14783cf5690ba0398b4bad864a84772da4313df9.tar.bz2
rails-14783cf5690ba0398b4bad864a84772da4313df9.zip
Fix broken link in 'Ruby on Rails 4.0 Release Notes' [ci skip]
-rw-r--r--guides/source/4_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index b9444510ea..4615cf18e6 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -108,7 +108,7 @@ In Rails 4.0, several features have been extracted into gems. You can simply add
* Mass assignment protection in Active Record models ([GitHub](https://github.com/rails/protected_attributes), [Pull Request](https://github.com/rails/rails/pull/7251))
* ActiveRecord::SessionStore ([GitHub](https://github.com/rails/activerecord-session_store), [Pull Request](https://github.com/rails/rails/pull/7436))
* Active Record Observers ([GitHub](https://github.com/rails/rails-observers), [Commit](https://github.com/rails/rails/commit/39e85b3b90c58449164673909a6f1893cba290b2))
-* Active Resource ([GitHub](https://github.com/rails/activeresource), [Pull Request](https://github.com/rails/rails/pull/572), [Blog](http://yetimedia.tumblr.com/post/35233051627/activeresource-is-dead-long-live-activeresource))
+* Active Resource ([GitHub](https://github.com/rails/activeresource), [Pull Request](https://github.com/rails/rails/pull/572), [Blog](http://yetimedia-blog-blog.tumblr.com/post/35233051627/activeresource-is-dead-long-live-activeresource))
* Action Caching ([GitHub](https://github.com/rails/actionpack-action_caching), [Pull Request](https://github.com/rails/rails/pull/7833))
* Page Caching ([GitHub](https://github.com/rails/actionpack-page_caching), [Pull Request](https://github.com/rails/rails/pull/7833))
* Sprockets ([GitHub](https://github.com/rails/sprockets-rails))