diff --git a/plugin/pkg/fall/fall.go b/plugin/pkg/fall/fall.go index 067deb9a6..6d0463fd2 100644 --- a/plugin/pkg/fall/fall.go +++ b/plugin/pkg/fall/fall.go @@ -7,7 +7,7 @@ // // The take away: be mindful of this and don't blindly assume it's a good feature to have in your plugin. // -// See http://github.com/coredns/coredns/issues/2723 for some discussion on this, which includes this quote: +// See https://github.com/coredns/coredns/issues/2723 for some discussion on this, which includes this quote: // // TL;DR: `fallthrough` is indeed risky and hackish, but still a good feature of CoreDNS as it allows to quickly answer boring edge cases. //