; * lisp/erc/erc.el: Update URL.
This commit is contained in:
parent
3a6051578b
commit
da0d7730b5
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
;; For more information, see the following URLs:
|
;; For more information, see the following URLs:
|
||||||
;; * https://sv.gnu.org/projects/erc/
|
;; * 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)
|
(require 'erc-compat)
|
||||||
|
|
||||||
(defvar erc-official-location
|
(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.")
|
"Location of the ERC client on the Internet.")
|
||||||
|
|
||||||
(defgroup erc nil
|
(defgroup erc nil
|
||||||
"Emacs Internet Relay Chat client."
|
"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")
|
:link '(custom-manual "(erc) Top")
|
||||||
:prefix "erc-"
|
:prefix "erc-"
|
||||||
:group 'applications)
|
:group 'applications)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue