# File lib/wrongdoc/history.rb, line 7 def tag_uri(tag_name) uri = @cgit_uri.dup uri.path += "/tag/" uri.query = "id=#{tag_name}" uri end