aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-06-14 11:50:14 -0700
committerZachary Scott <e@zzak.io>2014-06-14 11:50:14 -0700
commitfd4bb5af5f1406802c56a8259cf08f5440424034 (patch)
treefc9bc705ad513a45944808bf27ed83b4e77ba869
parent2d3cfcc11f33d146fd620da576df0bc51c32afa7 (diff)
parent57fe5fd9b8299cd6b8e1a7b8a99e597bf89aa9ae (diff)
downloadrails-fd4bb5af5f1406802c56a8259cf08f5440424034.tar.gz
rails-fd4bb5af5f1406802c56a8259cf08f5440424034.tar.bz2
rails-fd4bb5af5f1406802c56a8259cf08f5440424034.zip
Merge pull request #15735 from aditya-kapoor/update-wiki-md
[ci skip] update wiki link for MVC in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c3577efe53..6a73727eed 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
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)
+[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