From 33436d48cc02b6d8295826c8c3db0f5d8999a9d5 Mon Sep 17 00:00:00 2001 From: Rick West Date: Sat, 29 Sep 2018 21:03:44 +0100 Subject: [PATCH 1/2] Update web.rst following #922 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix broken link 🙈 --- docs/scenarios/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index efa1aef47..33277bb78 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -132,7 +132,7 @@ applications today. Masonite -------- -`Masonite `_ is a modern and developer centric, "batteries included", web framework. +`Masonite `_ is a modern and developer centric, "batteries included", web framework. The Masonite framework follows the MVC (Model-View-Controller) architecture pattern and is heavily inspired by frameworks such as Rails and Laravel, so if you are coming to Python from a Ruby or PHP background then you will feel right at home! From 92ee9d116f5427437630e5c795fb5005ac222a40 Mon Sep 17 00:00:00 2001 From: Rick West Date: Sun, 30 Sep 2018 14:02:01 +0100 Subject: [PATCH 2/2] Update web.rst --- docs/scenarios/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 33277bb78..7334a7779 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -132,7 +132,7 @@ applications today. Masonite -------- -`Masonite `_ is a modern and developer centric, "batteries included", web framework. +`Masonite `_ is a modern and developer centric, "batteries included", web framework. The Masonite framework follows the MVC (Model-View-Controller) architecture pattern and is heavily inspired by frameworks such as Rails and Laravel, so if you are coming to Python from a Ruby or PHP background then you will feel right at home!