# File lib/wrongdoc/rdoc.rb, line 56
  def news_atom_uri
    uri = @rdoc_uri.dup
    uri.path += "NEWS.atom.xml"
    uri
  end