From a6ec054957bf1ad5ef4b417a9a9a8fe6ffe6d13c Mon Sep 17 00:00:00 2001 From: Anchor Date: Wed, 14 Jan 2015 10:45:17 -0800 Subject: [PATCH] Fix translation of summary for 13.1.md --- en/13.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/13.1.md b/en/13.1.md index 4a20973d..18a1f7d8 100644 --- a/en/13.1.md +++ b/en/13.1.md @@ -53,10 +53,10 @@ In order to quickly build our blog, we need to develop a minimal framework based ## Summary -This section describes the blog system to the directory from the setup GOPATH establish such basic information, but also a brief introduction of the framework structure using the MVC pattern, blog system data flow execution flow, and finally through these processes designed blog system directory structure, thus we basically completed a framework to build the next few sections we will achieve individually. +This section describes the initial design of our blogging system, from setting up our GOPATH to briefly introducing the MVC pattern. We also looked at the flow of data and the execution sequence of our blogging system. Finally, we designed the structure of our project directory. At this point, we've basically completed the groundwork required for assembling our framework. In the next few sections, we will implement each of the components we've discussed, one by one. ## Links - [Directory](preface.md) -- Previous section: [Build a web framework](13.0.md) -- Next section: [Customized routers](13.2.md) +- Previous section: [Building a web framework](13.0.md) +- Next section: [Customizing routers](13.2.md)