浏览代码

Update directory-structure.rst

DigiDaz 11 年之前
父节点
当前提交
2af58a6051
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      source/developers/directory-structure.rst

+ 4 - 2
source/developers/directory-structure.rst

@@ -8,9 +8,11 @@ HMVC
 -------------
 
 Hierarchical model–view–controller
+
 The concept of the directory and file structure is to create plug-able self contained applications. It is also designed as a move to refactor the project to use the HMVC design pattern. See the following links for additional information.
-[http://techportal.inviqa.com/2010/02/22/scaling-web-applications-with-hmvc]http://techportal.inviqa.com/2010/02/22/scaling-web-applications-with-hmvc
-[http://net.tutsplus.com/tutorials/php/hvmc-an-introduction-and-application]http://net.tutsplus.com/tutorials/php/hvmc-an-introduction-and-application
+
+http://techportal.inviqa.com/2010/02/22/scaling-web-applications-with-hmvc
+http://net.tutsplus.com/tutorials/php/hvmc-an-introduction-and-application
 
 App Structure
 -------------