# File lib/rdoc/top_level.rb, line 431 def http_url(prefix) path = [prefix, @relative_name.tr('.', '_')] File.join(*path.compact) + '.html' end