From da0d7730b534ec5dee91c472246709d1c93df40c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 20 Dec 2017 16:31:00 -0500 Subject: [PATCH] ; * lisp/erc/erc.el: Update URL. --- lisp/erc/erc.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 3906c9d32d3..b0cd6d7e465 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -36,7 +36,7 @@ ;; For more information, see the following URLs: ;; * https://sv.gnu.org/projects/erc/ -;; * http://www.emacswiki.org/cgi-bin/wiki/ERC +;; * https://www.emacswiki.org/emacs/ERC @@ -75,12 +75,12 @@ (require 'erc-compat) (defvar erc-official-location - "https://emacswiki.org/cgi-bin/wiki/ERC (mailing list: erc-discuss@gnu.org)" + "https://www.emacswiki.org/emacs/ERC (mailing list: erc-discuss@gnu.org)" "Location of the ERC client on the Internet.") (defgroup erc nil "Emacs Internet Relay Chat client." - :link '(url-link "http://www.emacswiki.org/cgi-bin/wiki/ERC") + :link '(url-link "https://www.emacswiki.org/emacs/ERC") :link '(custom-manual "(erc) Top") :prefix "erc-" :group 'applications) -- 2.39.2