lib/nanoc/checking/checks/external_links.rb in nanoc-4.8.10 vs lib/nanoc/checking/checks/external_links.rb in nanoc-4.8.11

- old
+ new

@@ -1,11 +1,6 @@ # frozen_string_literal: true -require 'net/http' -require 'net/https' -require 'timeout' -require 'uri' - module ::Nanoc::Checking::Checks # A validator that verifies that all external links point to a location that exists. # # @api private class ExternalLinks < ::Nanoc::Checking::Check