Просмотр исходного кода

Merge branch 'master' of https://github.com/zendframework/zf1

Frank Brückner 12 лет назад
Родитель
Сommit
f1ed06bac0
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      documentation/manual/en/tutorials/quickstart-intro-mvc.xml

+ 1 - 4
documentation/manual/en/tutorials/quickstart-intro-mvc.xml

@@ -12,10 +12,7 @@
             it has many loosely coupled components that you can use more or less independently. But
             it has many loosely coupled components that you can use more or less independently. But
             Zend Framework also provides an advanced Model-View-Controller (<acronym>MVC</acronym>)
             Zend Framework also provides an advanced Model-View-Controller (<acronym>MVC</acronym>)
             implementation that can be used to establish a basic structure for your Zend Framework
             implementation that can be used to establish a basic structure for your Zend Framework
-            applications. A full list of Zend Framework components along with short descriptions may
-            be found in the <ulink
-                url="http://framework.zend.com/about/components">components overview</ulink>. This
-            QuickStart will introduce you to some of Zend Framework's most commonly used components,
+            applications. This QuickStart will introduce you to some of Zend Framework's most commonly used components,
             including <classname>Zend_Controller</classname>, <classname>Zend_Layout</classname>,
             including <classname>Zend_Controller</classname>, <classname>Zend_Layout</classname>,
             <classname>Zend_Config</classname>, <classname>Zend_Db</classname>,
             <classname>Zend_Config</classname>, <classname>Zend_Db</classname>,
             <classname>Zend_Db_Table</classname>, <classname>Zend_Registry</classname>, along
             <classname>Zend_Db_Table</classname>, <classname>Zend_Registry</classname>, along