about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-07-01 08:01:02 +0000
committerEric Wong <normalperson@yhbt.net>2012-07-01 08:01:02 +0000
commitc194df3ffccea000467e932ef5d4f7f18fa68311 (patch)
tree3ba59e2cc5287ab93e3764779db97ef316d6dbcf /Rakefile
parent1ace6029b574443965ef6b2fc872f6517b430e20 (diff)
downloadlocal-openid-c194df3ffccea000467e932ef5d4f7f18fa68311.tar.gz
doc: shorten URLs
bogomips.org went on a URL diet a few years ago.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 3f4b240..1bd1474 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,8 +22,8 @@ def tags
   end.compact.sort { |a,b| b[:time] <=> a[:time] }
 end
 
-cgit_url = "http://git.bogomips.org/cgit/local-openid.git"
-git_url = ENV['GIT_URL'] || 'git://git.bogomips.org/local-openid.git'
+cgit_url = "http://bogomips.org/local-openid.git"
+git_url = ENV['GIT_URL'] || 'git://bogomips.org/local-openid.git'
 
 desc 'prints news as an Atom feed'
 task :news_atom do