From 9c4a3504dd334139517225569410a08629503fd6 Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 28 Nov 2022 15:59:23 +0000 Subject: [PATCH] use https for links in docs/debugger --- debugger/controller.php | 2 +- doc/manual/phpxmlrpc_manual.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.0