summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Services
diff options
context:
space:
mode:
authorrojaro@gmail.com <>2012-09-01 00:10:52 +0000
committerrojaro@gmail.com <>2012-09-01 00:10:52 +0000
commit4db12930babaa4a1dc03a72a53d9d10ba2c1fb21 (patch)
tree39fdce02cc85e062ebfc45c230ad75ef573e36e7 /demos/quickstart/protected/pages/Services
parent36fbeaf2e91dbbc7a2cb6d96faaf3c83ac756d52 (diff)
fixed XML-RPC documentation link
Diffstat (limited to 'demos/quickstart/protected/pages/Services')
-rwxr-xr-xdemos/quickstart/protected/pages/Services/RpcService.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Services/RpcService.page b/demos/quickstart/protected/pages/Services/RpcService.page
index 4eb06f37..ef6ded94 100755
--- a/demos/quickstart/protected/pages/Services/RpcService.page
+++ b/demos/quickstart/protected/pages/Services/RpcService.page
@@ -57,7 +57,7 @@ PRADO already bundles two common protocols: <tt>TXmlRpcService</tt> and <tt>TJso
</p>
<div class="note"><b class="tip">Note:</b>
-<tt>TXmlRpcService</tt> is based on <a href="http://www.php.net/manual/it/book.xmlrpc.php">PHP XML-RPC extension</a> and thus requires the extension to be installed.
+<tt>TXmlRpcService</tt> is based on <a href="http://php.net/xmlrpc">PHP XML-RPC extension</a> and thus requires the extension to be installed.
</div>
<p class="block-content">