diff options
author | Glenn Morris <rgm@gnu.org> | 2017-12-20 16:31:00 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-12-20 16:31:00 -0500 |
commit | da0d7730b534ec5dee91c472246709d1c93df40c (patch) | |
tree | 5a5aacf7ec9383e671469e99e582f4b47b264b08 /lisp | |
parent | 3a6051578b940a8592e7dda374d87e47c6eec79c (diff) | |
download | emacs-da0d7730b534ec5dee91c472246709d1c93df40c.tar.gz emacs-da0d7730b534ec5dee91c472246709d1c93df40c.tar.bz2 emacs-da0d7730b534ec5dee91c472246709d1c93df40c.zip |
; * lisp/erc/erc.el: Update URL.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/erc/erc.el | 6 |
1 files 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) |