about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-08 03:24:19 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-08 03:24:19 +0000
commit6d7697ffacf190535a2bbe4be05757bb310c45da (patch)
tree2f46bee166ecf560aa3a5ff08c3bf3fe5ce160b8
parentcd43786aac0140d58404759b1a344b850c33d1d3 (diff)
downloadruby-tdb-6d7697ffacf190535a2bbe4be05757bb310c45da.tar.gz
bogomips.org went on a URL diet
-rw-r--r--.wrongdoc.yml4
-rw-r--r--README4
-rw-r--r--Rakefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/.wrongdoc.yml b/.wrongdoc.yml
index cdb9c36..5d13d27 100644
--- a/.wrongdoc.yml
+++ b/.wrongdoc.yml
@@ -1,4 +1,4 @@
 ---
-cgit_url: http://git.bogomips.org/cgit/ruby-tdb.git
-git_url: git://git.bogomips.org/ruby-tdb.git
+cgit_url: http://bogomips.org/ruby-tdb.git
+git_url: git://bogomips.org/ruby-tdb.git
 rdoc_url: http://bogomips.org/ruby-tdb/
diff --git a/README b/README
index b14a9a5..2f6db8e 100644
--- a/README
+++ b/README
@@ -70,13 +70,13 @@ Or if you have a non-standard prefix that linkers normally do not search:
 You can get the latest source via git from the following locations
 (these versions may not be stable):
 
-  git://git.bogomips.org/ruby-tdb.git
+  git://bogomips.org/ruby-tdb.git
   git://repo.or.cz/ruby-tdb.git (mirror)
 
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
-* http://git.bogomips.org/cgit/ruby-tdb.git (cgit)
+* http://bogomips.org/ruby-tdb.git (cgit)
 * http://repo.or.cz/w/ruby-tdb.git (gitweb)
 
 See the HACKING guide on how to contribute and build prerelease gems
diff --git a/Rakefile b/Rakefile
index d9c5fed..873a4f0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
-cgit_url = "http://git.bogomips.org/cgit/ruby-tdb.git"
-git_url = 'git://git.bogomips.org/ruby-tdb.git'
+cgit_url = "http://bogomips.org/ruby-tdb.git"
+git_url = 'git://bogomips.org/ruby-tdb.git'
 desc "post to RAA"
 task :raa_update do
   require 'net/http'