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! diff --git a/vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go b/vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go index 2e8a71112..af2bcd3a6 100644 --- a/vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go +++ b/vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go @@ -334,7 +334,7 @@ func (p *TSimpleJSONProtocol) ReadFieldBegin() (string, TType, int16, error) { p.reader.ReadByte() name, err := p.ParseStringBody() // simplejson is not meant to be read back into thrift - // - see http://wiki.apache.org/thrift/ThriftUsageJava + // - see https://wiki.apache.org/thrift/ThriftUsageJava // - use JSON instead if err != nil { return name, STOP, 0, err