ソースを参照

[ZF-5465] changes from dead URL about SoapServer API

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18716 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 年 前
コミット
f4261beb30
1 ファイル変更1 行追加1 行削除
  1. 1 1
      documentation/manual/en/module_specs/Zend_Json-Server.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Json-Server.xml

@@ -20,7 +20,7 @@
         JSON-RPC is a lightweight Remote Procedure Call protocol that utilizes
         <acronym>JSON</acronym> for its messaging envelopes. This JSON-RPC implementation follows
         <acronym>PHP</acronym>'s <ulink
-            url="http://us.php.net/manual/en/function.soap-soapserver-construct.php">SoapServer</ulink>
+            url="http://www.php.net/manual/en/class.soapserver.php">SoapServer</ulink>
         <acronym>API</acronym>. This means that in a typical situation, you will simply:
     </para>