From 3f1832a9bb149cb189371357d06000917b6098eb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 4 Mar 2011 09:20:38 +0000 Subject: doc: bogomips.org URL diet Old git URLs still work, but new ones are shorter --- .wrongdoc.yml | 4 ++-- README | 4 ++-- Rakefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.wrongdoc.yml b/.wrongdoc.yml index 2489427..7a08cc5 100644 --- a/.wrongdoc.yml +++ b/.wrongdoc.yml @@ -1,5 +1,5 @@ --- rdoc_url: http://clogger.rubyforge.org/ -cgit_url: http://git.bogomips.org/cgit/clogger.git -git_url: git://git.bogomips.org/clogger.git +cgit_url: http://bogomips.org/clogger.git +git_url: git://bogomips.org/clogger.git changelog_since: 0.4.0 diff --git a/README b/README index 8013e57..a9ae377 100644 --- a/README +++ b/README @@ -96,12 +96,12 @@ that receives a "<<" method: The latest development happens in git and is published to the following: - git://git.bogomips.org/clogger.git + git://bogomips.org/clogger.git git://repo.or.cz/clogger.git You may also browse and download snapshot tarballs: -* http://git.bogomips.org/cgit/clogger.git (cgit) +* http://bogomips.org/clogger.git (cgit) * http://repo.or.cz/w/clogger.git (gitweb) The mailing list (see below) is central for coordination and diff --git a/Rakefile b/Rakefile index c3d4a39..ea15a58 100644 --- a/Rakefile +++ b/Rakefile @@ -5,8 +5,8 @@ rescue LoadError warn "rake-compiler not available, cross compiling disabled" end -cgit_url = "http://git.bogomips.org/cgit/clogger.git" -git_url = 'git://git.bogomips.org/clogger.git' +cgit_url = "http://bogomips.org/clogger.git" +git_url = 'git://bogomips.org/clogger.git' desc "post news article to rubyforge" task :publish_news do -- cgit v1.2.3-24-ge0c7