about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-04 09:20:38 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-04 09:20:38 +0000
commit3f1832a9bb149cb189371357d06000917b6098eb (patch)
tree6bc34e61ec51690feee810a040c8faf28ad2077e
parent3c94498e18ca0f62bf62e5f3d844383b7417cc1c (diff)
downloadclogger-3f1832a9bb149cb189371357d06000917b6098eb.tar.gz
Old git URLs still work, but new ones are shorter
-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 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