about summary refs log tree commit homepage
path: root/lib/olddoc/news_atom.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-07-26 01:59:30 +0000
committerEric Wong <e@80x24.org>2020-07-26 02:13:18 +0000
commit864e2f59ac4e4aadf8c5a4bf97e35facaaea6883 (patch)
treee136be41df6caf42ba65da11dce6fad3f90f4dcc /lib/olddoc/news_atom.rb
parent0be43ba42f608ea842e628d29f5c10a571d28f7a (diff)
downloadolddoc-864e2f59ac4e4aadf8c5a4bf97e35facaaea6883.tar.gz
Might as well, since domain name ownership is a shaky thing
and ICANN may try to screw the world over once again.
Diffstat (limited to 'lib/olddoc/news_atom.rb')
-rw-r--r--lib/olddoc/news_atom.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/olddoc/news_atom.rb b/lib/olddoc/news_atom.rb
index ed01197..39f9bb8 100644
--- a/lib/olddoc/news_atom.rb
+++ b/lib/olddoc/news_atom.rb
@@ -32,9 +32,9 @@ module Olddoc::NewsAtom # :nodoc:
   def news_atom_xml
     project_name, short_desc, _ = readme_metadata
     new_tags = tags[0,10]
-    atom_uri = @rdoc_uri.dup
+    atom_uri = @rdoc_uri[0].dup
     atom_uri.path += "NEWS.atom.xml"
-    news_uri = @rdoc_uri.dup
+    news_uri = @rdoc_uri[0].dup
     news_uri.path += "NEWS.html"
 
     dst = ''