summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ebnf-dtd.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-01 15:24:21 +0200
committerStefan Kangas <stefan@marxist.se>2020-10-01 15:28:15 +0200
commitc6fa0ad315e38167cb81a4d8c143cc53ad783cc3 (patch)
tree65cd558675dbe74b44c91a03a12ce3db32edf1b8 /lisp/progmodes/ebnf-dtd.el
parent379c0592632e3ddb3f2ce454d80ee05a643b1541 (diff)
downloademacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.gz
; Prefer https to http in many URLs
These were all tested with https and confirmed working.
Diffstat (limited to 'lisp/progmodes/ebnf-dtd.el')
-rw-r--r--lisp/progmodes/ebnf-dtd.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/ebnf-dtd.el b/lisp/progmodes/ebnf-dtd.el
index bdebf0db2c1..ddddb27a11c 100644
--- a/lisp/progmodes/ebnf-dtd.el
+++ b/lisp/progmodes/ebnf-dtd.el
@@ -38,11 +38,11 @@
;; ----------
;;
;; See the URLs:
-;; `http://www.w3.org/TR/2004/REC-xml-20040204/'
+;; `https://www.w3.org/TR/2004/REC-xml-20040204/'
;; (Extensible Markup Language (XML) 1.0 (Third Edition))
-;; `http://www.w3.org/TR/html40/'
+;; `https://www.w3.org/TR/html40/'
;; (HTML 4.01 Specification)
-;; `http://www.w3.org/TR/NOTE-html-970421'
+;; `https://www.w3.org/TR/NOTE-html-970421'
;; (HTML DTD with support for Style Sheets)
;;
;;