# File lib/nanoc/extra/link_collector.rb, line 35
    def external_href?(href)
      !!(href =~ %r{^(\/\/|[a-z\-]+:)})
    end