From 6d7697ffacf190535a2bbe4be05757bb310c45da Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 8 May 2011 03:24:19 +0000 Subject: shorten git URLs bogomips.org went on a URL diet --- .wrongdoc.yml | 4 ++-- README | 4 ++-- Rakefile | 4 ++-- 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' -- cgit v1.2.3-24-ge0c7