X-Git-Url: http://cgit.sxemacs.org/?p=sxemacs;a=blobdiff_plain;f=lisp%2Fhelp.el;h=93564f5d315053ab1593471f2393b8c71a3efdff;hp=f586ee5b6e708e01fd8066fd6cfedb6ca319bfee;hb=c06d9ce5508b3ccad7c563404c5fd72ed5fc2522;hpb=4f026a3301f46f760b59dedece9991ea8ea0b0d6 diff --git a/lisp/help.el b/lisp/help.el index f586ee5..93564f5 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -749,7 +749,7 @@ of the key sequence that ran this command." "Go to the SXEmacs World Wide Web page." (interactive) (if-fboundp 'browse-url - (browse-url "http://www.sxemacs.org/") + (browse-url "https://www.sxemacs.org/") (error "sxemacs-www-page requires browse-url"))) (defalias 'xemacs-www-page 'sxemacs-www-page) @@ -758,7 +758,7 @@ of the key sequence that ran this command." "View the latest and greatest SXEmacs FAQ using the World Wide Web." (interactive) (if-fboundp 'browse-url - (browse-url "http://www.sxemacs.org/faq/index.html") + (browse-url "https://www.sxemacs.org/faq/index.html") (error "sxemacs-www-faq requires browse-url"))) (defalias 'xemacs-www-faq 'sxemacs-www-faq)