aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_basics.md
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-03-16 00:10:48 +0900
committeryui-knk <spiketeika@gmail.com>2015-03-16 00:10:48 +0900
commit45f307fbbfcbbedb443874991337e29a94dabe79 (patch)
treeed1681b7b957b5ef24aaf65bb948fc9eba06262b /guides/source/active_record_basics.md
parent51660f0191a7c71ce298c71e7366ebab55be729c (diff)
downloadrails-45f307fbbfcbbedb443874991337e29a94dabe79.tar.gz
rails-45f307fbbfcbbedb443874991337e29a94dabe79.tar.bz2
rails-45f307fbbfcbbedb443874991337e29a94dabe79.zip
[ci skip] Fix dead link
getting_started.html#the-mvc-architecture is lost by this commit 2f06c94e38a116fdfa43d7b7117e6bf911a0bff5 (Mar 14 2012 !). So replace it with wikipedia link.
Diffstat (limited to 'guides/source/active_record_basics.md')
-rw-r--r--guides/source/active_record_basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_basics.md b/guides/source/active_record_basics.md
index bd8cdf62f2..514bec4bf6 100644
--- a/guides/source/active_record_basics.md
+++ b/guides/source/active_record_basics.md
@@ -20,7 +20,7 @@ After reading this guide, you will know:
What is Active Record?
----------------------
-Active Record is the M in [MVC](getting_started.html#the-mvc-architecture) - the
+Active Record is the M in [MVC](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) - the
model - which is the layer of the system responsible for representing business
data and logic. Active Record facilitates the creation and use of business
objects whose data requires persistent storage to a database. It is an