about summary refs log tree commit homepage
path: root/lib/olddoc/history.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/history.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/history.rb')
-rw-r--r--lib/olddoc/history.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/olddoc/history.rb b/lib/olddoc/history.rb
index dcdf0fe..800446e 100644
--- a/lib/olddoc/history.rb
+++ b/lib/olddoc/history.rb
@@ -9,7 +9,7 @@ module Olddoc::History # :nodoc:
 
   # returns a cgit URI for a given +tag_name+
   def tag_uri(tag_name)
-    uri = @cgit_uri.dup
+    uri = @cgit_uri[0].dup
     uri.path += "/tag/"
     uri.query = "id=#{tag_name}"
     uri