* lisp/erc/erc-button.el (erc-emacswiki-url): Update to shorter address.

This commit is contained in:
Amin Bandali 2021-09-16 22:45:46 -04:00
parent 7e27cb6e72
commit f7ed946874
No known key found for this signature in database
GPG key ID: 8B44A0CDC7B956F2

View file

@ -194,9 +194,10 @@ PAR is a number of a regexp grouping whose text will be passed to
:inline t
(integer :tag "Regexp section number")))))
(defcustom erc-emacswiki-url "https://www.emacswiki.org/cgi-bin/wiki.pl?"
(defcustom erc-emacswiki-url "https://www.emacswiki.org/emacs/"
"URL of the EmacsWiki website."
:type 'string)
:type 'string
:version "28.1")
(defcustom erc-emacswiki-lisp-url "https://www.emacswiki.org/elisp/"
"URL of the EmacsWiki ELisp area."