aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)