Skip to content

Commit

Permalink
updated spec references
Browse files Browse the repository at this point in the history
  • Loading branch information
Wakaba committed Jun 13, 2010
1 parent ca82381 commit 9e4af03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/remote.rb
Expand Up @@ -20,11 +20,11 @@ def format(formatstr)
when "%format%"
case self.dataformat
when "LIRS"
'<a href="http://amano.haun.org/LIRS.html">LIRS</a>'
'<a href="http://web.archive.org/web/20020205080215/http://amano.haun.org/LIRS.html">LIRS</a>'
when "DI"
'<a href="http://docinfo.jin.gr.jp/">DI</a>'
'<a href="http://kohgushi.fastwave.gr.jp/hina-doc/">DI</a>'
when "HINA"
'<a href="http://masshy.fastwave.gr.jp/hina/release/">hina.txt</a>'
'<a href="http://masshy.fastwave.gr.jp/hina/release/usage.html#protocol">hina.txt</a>'
else
self.dataformat
end
Expand Down

0 comments on commit 9e4af03

Please sign in to comment.