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

[DOCUMENTATION] English: fixed compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15952 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 лет назад
Родитель
Сommit
b2bd8f64c7
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      documentation/manual/en/module_specs/Zend_Amf-Server.xml

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

@@ -502,7 +502,7 @@ Zend_Amf_Parse_TypeLoader::addResourceDirectory(
 
         <para>
             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>
@@ -692,15 +692,15 @@ private function onFault(fault:Object):void {
         <para>
             <classname>Zend_Amf_Server</classname> allows you to specify authentication and
             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>
             In order to define authentication, the user provides authentication adapter extening
             <classname>Zend_Amf_Auth_Abstract</classname> abstract class. The adapter should
             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>