summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-02-05 16:44:37 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-03-13 10:59:34 +0100
commit8e749db3721ce77b43c157bb1cd200ad0ad1197d (patch)
tree2d23f0b0c2bfafb14f6c6fa6775d65c323604873 /doc
parentfff7aefc7431dac43eeefe34d81900ab3df568c2 (diff)
downloadgnutls-8e749db3721ce77b43c157bb1cd200ad0ad1197d.tar.gz
Use https:// for www.iana.org
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-internals.texi b/doc/cha-internals.texi
index ebdf998aa3..51d42486d8 100644
--- a/doc/cha-internals.texi
+++ b/doc/cha-internals.texi
@@ -165,7 +165,7 @@ A good name for the identifier would be GNUTLS_EXTENSION_FOOBAR. If the
extension that you are implementing is an extension that is officially
registered by IANA then it is recommended to use its official name such
that the extension can be correctly identified by other developers. Check
-with @url{http://www.iana.org/assignments/tls-extensiontype-values}
+with @url{https://www.iana.org/assignments/tls-extensiontype-values}
for registered extensions.
@subsubheading Register the extension in @code{lib/hello_ext.c}.