Skip to content

Commit

Permalink
Merge pull request rails#15734 from aditya-kapoor/correct-link
Browse files Browse the repository at this point in the history
[ci-skip] correct wikipedia MVC link
  • Loading branch information
Zachary Scott committed Jun 14, 2014
2 parents 0ab163d + 1505f8b commit 2d3cfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/RDOC_MAIN.rdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
== Welcome to \Rails

\Rails is a web-application framework that includes everything needed to create
database-backed web applications according to the {Model-View-Controller (MVC)}[http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller] pattern.
database-backed web applications according to the {Model-View-Controller (MVC)}[http://en.wikipedia.org/wiki/Model-view-controller] pattern.

Understanding the MVC pattern is key to understanding \Rails. MVC divides your application
into three layers, each with a specific responsibility.
Expand Down

0 comments on commit 2d3cfcc

Please sign in to comment.