Răsfoiți Sursa

Update directory-structure.rst

DigiDaz 11 ani în urmă
părinte
comite
c5a7a872d6
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      source/developers/directory-structure.rst

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

@@ -11,9 +11,9 @@ 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.
 
-`Scaling Web Applications With HMVC <http://techportal.inviqa.com/2010/02/22/scaling-web-applications-with-hmvc>`_
+- `Scaling Web Applications With HMVC <http://techportal.inviqa.com/2010/02/22/scaling-web-applications-with-hmvc>`_
 
-`HMVC An Introduction And Application <http://net.tutsplus.com/tutorials/php/hvmc-an-introduction-and-application>`_
+- `HMVC An Introduction And Application <http://net.tutsplus.com/tutorials/php/hvmc-an-introduction-and-application>`_
 
 App Structure
 -------------