diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-20 07:48:51 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-20 10:00:28 +0100 |
commit | 990e748cd0354dc905bc27b7f0052850002ef98b (patch) | |
tree | 48275c1964af7d9f0a1d58eddb18cffb3f678995 /lisp/erc/erc-capab.el | |
parent | f6d7e2e8f9a28ae545f4d8a48df103488b297226 (diff) | |
download | emacs-990e748cd0354dc905bc27b7f0052850002ef98b.tar.gz emacs-990e748cd0354dc905bc27b7f0052850002ef98b.tar.bz2 emacs-990e748cd0354dc905bc27b7f0052850002ef98b.zip |
Prefer https and fix broken links in ERC
* lisp/erc/erc-button.el (erc-button-rfc-url)
(erc-button-search-url): Prefer https.
* lisp/erc/erc-capab.el:
* lisp/erc/erc.el (erc-cmd-MODE): Fix broken links.
Diffstat (limited to 'lisp/erc/erc-capab.el')
-rw-r--r-- | lisp/erc/erc-capab.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc-capab.el b/lisp/erc/erc-capab.el index 2028917da0c..19bc2dbb8ec 100644 --- a/lisp/erc/erc-capab.el +++ b/lisp/erc/erc-capab.el @@ -40,8 +40,8 @@ ;; disable this module, it will continue removing message flags, but the ;; unidentified nickname prefix will not be added to messages. -;; Visit <http://freenode.net/faq.shtml#spoofing> and -;; <http://freenode.net/faq.shtml#registering> to find further +;; Visit <https://freenode.net/kb/answer/cloaks> and +;; <https://freenode.net/kb/answer/registration> to find further ;; explanations of this capability. ;; From freenode.net's web site (not there anymore) on how to mark |