use https for links in docs/debugger
authorgggeek <giunta.gaetano@gmail.com>
Mon, 28 Nov 2022 15:59:23 +0000 (15:59 +0000)
committergggeek <giunta.gaetano@gmail.com>
Mon, 28 Nov 2022 15:59:23 +0000 (15:59 +0000)
debugger/controller.php
doc/manual/phpxmlrpc_manual.adoc

index f110cc7..3708c76 100644 (file)
@@ -234,7 +234,7 @@ $editorlibs = (defined('JSXMLRPC_PATH') ? JSXMLRPC_PATH : '../..') . '/jsxmlrpc/
     <form name="frmxmlrpc" style="display: inline;" action="."><input name="yes" type="radio" onclick="switchtransport(0);" <?php if (!class_exists('\PhpXmlRpc\Client')) { echo 'disabled="disabled"';} ?>/></form>
     /
     <form name="frmjsonrpc" style="display: inline;" action="."><input name="yes" type="radio" onclick="switchtransport(1);" <?php if (!class_exists('\PhpXmlRpc\JsonRpc\Client')) { echo 'disabled="disabled"';} ?>/></form>
-    JSONRPC Debugger (based on the <a href="http://gggeek.github.io/phpxmlrpc/">PHP-XMLRPC</a> library)
+    JSONRPC Debugger (based on the <a href="https://gggeek.github.io/phpxmlrpc/">PHP-XMLRPC</a> library)
 </h1>
 <form name="frmaction" method="get" action="action.php" target="frmaction" onSubmit="switchFormMethod();">
 
index 88818b7..8631dd1 100644 (file)
@@ -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.