diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-01 19:53:56 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-01 19:59:01 -0700 |
commit | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch) | |
tree | 6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /nt/README.W32 | |
parent | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff) | |
download | emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz |
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass,
notably those in lists.gnu.org. Although lists.gnu.org
does not yet support TLS 1.1, TLS 1.0 is better than nothing.
* lisp/erc/erc.el (erc-official-location):
* lisp/mail/emacsbug.el (report-emacs-bug):
Use https:, not http:.
Diffstat (limited to 'nt/README.W32')
-rw-r--r-- | nt/README.W32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/README.W32 b/nt/README.W32 index 89647588f44..0a15965f468 100644 --- a/nt/README.W32 +++ b/nt/README.W32 @@ -280,7 +280,7 @@ See the end of the file for license conditions. In addition to the manual, there is a mailing list for help with Emacs here: - http://lists.gnu.org/mailman/listinfo/help-gnu-emacs + https://lists.gnu.org/mailman/listinfo/help-gnu-emacs To ask questions on this mailing list, send email to help-gnu-emacs@gnu.org. @@ -288,7 +288,7 @@ See the end of the file for license conditions. A mailing list for issues specifically related to the MS-Windows port of Emacs is here: - http://lists.gnu.org/mailman/listinfo/help-emacs-windows + https://lists.gnu.org/mailman/listinfo/help-emacs-windows To ask questions on this mailing list, send email to help-emacs-windows@gnu.org. |