aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/3_0_release_notes.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-25 15:14:42 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-11-25 15:14:42 -0200
commitd12f40ff336733eca17ec5216b2f6a6cfa35c57c (patch)
tree36e9f0015e53af55224b11e081af63359414fabe /guides/source/3_0_release_notes.md
parent33a068299bc418833d9e18d535c592cfd420b816 (diff)
parent8a170e609456ce906f589b584188eb2f7a2bbfb6 (diff)
downloadrails-d12f40ff336733eca17ec5216b2f6a6cfa35c57c.tar.gz
rails-d12f40ff336733eca17ec5216b2f6a6cfa35c57c.tar.bz2
rails-d12f40ff336733eca17ec5216b2f6a6cfa35c57c.zip
Merge pull request #17767 from javiervidal/fixing_documentation
Fixing wrong link in 'Ruby on Rails 3.0 Release Notes' [ci skip]
Diffstat (limited to 'guides/source/3_0_release_notes.md')
-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