emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 da0d773 2/2: ; * lisp/erc/erc.el: Update URL.


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 da0d773 2/2: ; * lisp/erc/erc.el: Update URL.
Date: Wed, 20 Dec 2017 16:31:13 -0500 (EST)

branch: emacs-26
commit da0d7730b534ec5dee91c472246709d1c93df40c
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * 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 3906c9d..b0cd6d7 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: address@hidden)"
+  "https://www.emacswiki.org/emacs/ERC (mailing list: address@hidden)"
   "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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]