Ver Fonte

[DOCUMENTATION] English: fixed compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15952 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael há 16 anos atrás
pai
commit
b2bd8f64c7

+ 4 - 4
documentation/manual/en/module_specs/Zend_Amf-Server.xml

@@ -502,7 +502,7 @@ Zend_Amf_Parse_TypeLoader::addResourceDirectory(
 
 
         <para>
         <para>
             For detailed discussion of loading plugins, please see
             For detailed discussion of loading plugins, please see
-            the <link end="zend.loader.pluginloader">plugin loader</link> section.
+            the <link linkend="zend.loader.pluginloader">plugin loader</link> section.
         </para>
         </para>
 
 
         <para>
         <para>
@@ -692,15 +692,15 @@ private function onFault(fault:Object):void {
         <para>
         <para>
             <classname>Zend_Amf_Server</classname> allows you to specify authentication and
             <classname>Zend_Amf_Server</classname> allows you to specify authentication and
             authorization hooks to control access to the services. It is using the infrastructure
             authorization hooks to control access to the services. It is using the infrastructure
-            provided by <link end="zend.auth"><classname>Zend_Auth</classname></link> and
-            <link end="zend.acl"><classname>Zend_Acl</classname></link> components.
+            provided by <link linkend="zend.auth"><classname>Zend_Auth</classname></link> and
+            <link linkend="zend.acl"><classname>Zend_Acl</classname></link> components.
         </para>
         </para>
 
 
         <para>
         <para>
             In order to define authentication, the user provides authentication adapter extening
             In order to define authentication, the user provides authentication adapter extening
             <classname>Zend_Amf_Auth_Abstract</classname> abstract class. The adapter should
             <classname>Zend_Amf_Auth_Abstract</classname> abstract class. The adapter should
             implement the <methodname>authenticate()</methodname> method just like regular
             implement the <methodname>authenticate()</methodname> method just like regular
-            <link end="zend.auth.introduction.adapters">authentication adapter</link>.
+            <link linkend="zend.auth.introduction.adapters">authentication adapter</link>.
         </para>
         </para>
 
 
         <para>
         <para>