diff --git a/php-mode.el b/php-mode.el index fa9d3e3e..9bb3a1ee 100644 --- a/php-mode.el +++ b/php-mode.el @@ -271,13 +271,13 @@ parent. Set this variable to t if you want to use enabled." :type 'boolean) -(defcustom php-site-url "http://php.net/" +(defcustom php-site-url "https://secure.php.net/" "Default PHP.net site URL. The URL to use open PHP manual and search word. You can find a mirror site closer to you." :type 'string - :link '(url-link :tag "List of Mirror Sites" "http://php.net/mirrors.php")) + :link '(url-link :tag "List of Mirror Sites" "https://secure.php.net/mirrors.php")) (defcustom php-manual-url 'en "URL at which to find PHP manual.