]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/erc/erc.el: Update URL.
authorGlenn Morris <rgm@gnu.org>
Wed, 20 Dec 2017 21:31:00 +0000 (16:31 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 20 Dec 2017 21:31:00 +0000 (16:31 -0500)
lisp/erc/erc.el

index 3906c9d32d3f7a716d6fd949641460ec502c61e7..b0cd6d7e4650dcc0274ae2afca25b82fc17c0a35 100644 (file)
@@ -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
 
 
 
 (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)