diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-24 09:28:32 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-24 10:20:18 +0100 |
commit | 8b07994e201e478df8a3431cbae5187b4cde1791 (patch) | |
tree | b31466c7674c28a3a116884441922cd04568fe48 /doc/misc/nxml-mode.texi | |
parent | a4ececf004e5442fc245ccff910000fe407f7212 (diff) | |
download | emacs-8b07994e201e478df8a3431cbae5187b4cde1791.tar.gz emacs-8b07994e201e478df8a3431cbae5187b4cde1791.tar.bz2 emacs-8b07994e201e478df8a3431cbae5187b4cde1791.zip |
Convert many more links to use HTTPS
Diffstat (limited to 'doc/misc/nxml-mode.texi')
-rw-r--r-- | doc/misc/nxml-mode.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi index 3671ac8f3d2..4ca223d46c4 100644 --- a/doc/misc/nxml-mode.texi +++ b/doc/misc/nxml-mode.texi @@ -82,7 +82,7 @@ documents. To get validation and schema-sensitive editing, you need a RELAX NG Compact Syntax (RNC) schema for your document (@pxref{Locating a schema}). The @file{etc/schema} directory includes some schemas for popular document -types. See @url{http://relaxng.org/} for more information on RELAX NG@. +types. See @url{https://relaxng.org/} for more information on RELAX NG@. You can use the @samp{Trang} program from @url{http://www.thaiopensource.com/relaxng/trang.html} to automatically create RNC schemas. This program can: |