aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Vidal <javier@javiervidal.net>2014-11-25 17:52:46 +0100
committerJavier Vidal <javier@javiervidal.net>2014-11-25 17:52:46 +0100
commit8a170e609456ce906f589b584188eb2f7a2bbfb6 (patch)
tree36e9f0015e53af55224b11e081af63359414fabe
parent33a068299bc418833d9e18d535c592cfd420b816 (diff)
downloadrails-8a170e609456ce906f589b584188eb2f7a2bbfb6.tar.gz
rails-8a170e609456ce906f589b584188eb2f7a2bbfb6.tar.bz2
rails-8a170e609456ce906f589b584188eb2f7a2bbfb6.zip
Fixing wrong link in 'Ruby on Rails 3.0 Release Notes' [ci skip]
-rw-r--r--guides/source/3_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/3_0_release_notes.md b/guides/source/3_0_release_notes.md
index 2630207c0f..e985f1ab4b 100644
--- a/guides/source/3_0_release_notes.md
+++ b/guides/source/3_0_release_notes.md
@@ -138,7 +138,7 @@ More Information: - [Rails Edge Architecture](http://yehudakatz.com/2009/06/11/r
[Arel](http://github.com/brynary/arel) (or Active Relation) has been taken on as the underpinnings of Active Record and is now required for Rails. Arel provides an SQL abstraction that simplifies out Active Record and provides the underpinnings for the relation functionality in Active Record.
-More information: - [Why I wrote Arel](http://magicscalingsprinkles.wordpress.com/2010/01/28/why-i-wrote-arel/.)
+More information: - [Why I wrote Arel](https://web.archive.org/web/20120718093140/http://magicscalingsprinkles.wordpress.com/2010/01/28/why-i-wrote-arel/)
### Mail Extraction