From 946a56a10fed769646a8b7c4ebc53f53c84be896 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 22 Sep 2019 23:53:39 -0700 Subject: Update some URLs This mostly changes http: to https: in URLs. It also updates some URLs that have moved, removes some URLs that no longer work, recommends against using procmail (procmail.org no longer works), and removes some mentions of the no-longer-existing Gmane, LPF and VTW. It doesn't update all URLs, just the ones I had time for. * GNUmakefile (help): * admin/admin.el (manual-doctype-string): * admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map): * admin/charsets/mapconv: * lisp/net/soap-client.el (soap-create-envelope): * lisp/org/org.el (org-doi-server-url): * lisp/textmodes/bibtex.el (bibtex-generate-url-list): Prefer https: to http: un URLs. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 274109ca484..9f279b75652 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -39,7 +39,7 @@ help: @echo "NOTE: This is a brief summary of some common make targets." @echo "For more detailed information, please read the files INSTALL," @echo "INSTALL.REPO, Makefile or visit this URL:" - @echo "http://www.gnu.org/prep/standards/html_node/Standard-Targets.html" + @echo "https://www.gnu.org/prep/standards/html_node/Standard-Targets.html" @echo "" @echo "make all -- compile and build Emacs" @echo "make install -- install Emacs" -- cgit v1.2.3