# File lib/asciidoctor/abstract_node.rb, line 313
  def normalize_web_path(target, start = nil)
    PathResolver.new.web_path(target, start)
  end