class RDoc::TopLevel

def http_url

def http_url
  @relative_name.tr('.', '_') + '.html'
end