diff --git a/ssh2/ssh2.php b/ssh2/ssh2.php index 080b4e50..cfb0917d 100644 --- a/ssh2/ssh2.php +++ b/ssh2/ssh2.php @@ -180,7 +180,7 @@ function ssh2_connect ($host, $port = null, array $methods = null , array $callb /** * (PECL ssh2 >= 1.0)
* Close a connection to a remote SSH server - * @link http://php.net/manual/en/function.ssh2-disconnect.php + * @link https://php.net/manual/en/function.ssh2-disconnect.php * @param resource $session

* An SSH connection link identifier, obtained from a call to * ssh2_connect.