aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/tree
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/file/tree')
-rw-r--r--plugin/file/tree/less.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/tree/less.go b/plugin/file/tree/less.go
index 3b8340088..7421cf08d 100644
--- a/plugin/file/tree/less.go
+++ b/plugin/file/tree/less.go
@@ -10,7 +10,7 @@ import (
// >0 when a is larger than b.
// The function orders names in DNSSEC canonical order: RFC 4034s section-6.1
//
-// See http://bert-hubert.blogspot.co.uk/2015/10/how-to-do-fast-canonical-ordering-of.html
+// See https://bert-hubert.blogspot.co.uk/2015/10/how-to-do-fast-canonical-ordering-of.html
// for a blog article on this implementation, although here we still go label by label.
//
// The values of a and b are *not* lowercased before the comparison!