ソースを参照

Removed link to components overview

- Does not exist on current site incarnation
Matthew Weier O'Phinney 12 年 前
コミット
75ec13e45e

+ 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
             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
-            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>,
             <classname>Zend_Config</classname>, <classname>Zend_Db</classname>,
             <classname>Zend_Db_Table</classname>, <classname>Zend_Registry</classname>, along