aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-12-20 16:31:00 -0500
committerGlenn Morris2017-12-20 16:31:00 -0500
commitda0d7730b534ec5dee91c472246709d1c93df40c (patch)
tree5a5aacf7ec9383e671469e99e582f4b47b264b08
parent3a6051578b940a8592e7dda374d87e47c6eec79c (diff)
downloademacs-da0d7730b534ec5dee91c472246709d1c93df40c.tar.gz
emacs-da0d7730b534ec5dee91c472246709d1c93df40c.zip
; * lisp/erc/erc.el: Update URL.
-rw-r--r--lisp/erc/erc.el6
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 @@
36 36
37;; For more information, see the following URLs: 37;; For more information, see the following URLs:
38;; * https://sv.gnu.org/projects/erc/ 38;; * https://sv.gnu.org/projects/erc/
39;; * http://www.emacswiki.org/cgi-bin/wiki/ERC 39;; * https://www.emacswiki.org/emacs/ERC
40 40
41 41
42 42
@@ -75,12 +75,12 @@
75(require 'erc-compat) 75(require 'erc-compat)
76 76
77(defvar erc-official-location 77(defvar erc-official-location
78 "https://emacswiki.org/cgi-bin/wiki/ERC (mailing list: erc-discuss@gnu.org)" 78 "https://www.emacswiki.org/emacs/ERC (mailing list: erc-discuss@gnu.org)"
79 "Location of the ERC client on the Internet.") 79 "Location of the ERC client on the Internet.")
80 80
81(defgroup erc nil 81(defgroup erc nil
82 "Emacs Internet Relay Chat client." 82 "Emacs Internet Relay Chat client."
83 :link '(url-link "http://www.emacswiki.org/cgi-bin/wiki/ERC") 83 :link '(url-link "https://www.emacswiki.org/emacs/ERC")
84 :link '(custom-manual "(erc) Top") 84 :link '(custom-manual "(erc) Top")
85 :prefix "erc-" 85 :prefix "erc-"
86 :group 'applications) 86 :group 'applications)