From: gggeek Date: Mon, 28 Nov 2022 15:59:23 +0000 (+0000) Subject: use https for links in docs/debugger X-Git-Tag: 4.9.1~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9c4a3504dd334139517225569410a08629503fd6;p=plcapi.git use https for links in docs/debugger --- diff --git a/debugger/controller.php b/debugger/controller.php index f110cc74..3708c76d 100644 --- a/debugger/controller.php +++ b/debugger/controller.php @@ -234,7 +234,7 @@ $editorlibs = (defined('JSXMLRPC_PATH') ? JSXMLRPC_PATH : '../..') . '/jsxmlrpc/
/>
/
/>
- JSONRPC Debugger (based on the PHP-XMLRPC library) + JSONRPC Debugger (based on the PHP-XMLRPC library)
diff --git a/doc/manual/phpxmlrpc_manual.adoc b/doc/manual/phpxmlrpc_manual.adoc index 88818b7e..8631dd19 100644 --- a/doc/manual/phpxmlrpc_manual.adoc +++ b/doc/manual/phpxmlrpc_manual.adoc @@ -9,7 +9,7 @@ [preface] == Introduction -WARNING: THIS MANUAL HAS NOT YET BEEN UPDATED TO REFLECT ALL THE CHANGES WHICH HAVE MADE IN VERSION 4. *DO NOT USE* FOR NOW. You can find the API documentation at link:$$http://gggeek.github.io/phpxmlrpc/doc-4/api/index.html$$[http://gggeek.github.io/phpxmlrpc/doc-4/api/index.html] +WARNING: THIS MANUAL HAS NOT YET BEEN UPDATED TO REFLECT ALL THE CHANGES WHICH HAVE MADE IN VERSION 4. *DO NOT USE* FOR NOW. You can find the API documentation at link:$$https://gggeek.github.io/phpxmlrpc/doc-4/api/index.html$$[https://gggeek.github.io/phpxmlrpc/doc-4/api/index.html] This collection of PHP classes provides a framework for writing XML-RPC clients and servers in PHP.