about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-21 12:35:05 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-21 12:35:05 -0800
commit6750d3b50a9d4e66cbdb3b3ce295a1f16a54c678 (patch)
treeb2c0854a4e0edfea56c2af010dd38577859d88b8
parent805f0eba4f63d0c9020708e1122f64776933c06f (diff)
downloadrainbows-6750d3b50a9d4e66cbdb3b3ce295a1f16a54c678.tar.gz
doc: git.bogomips.org => bogomips.org
bogomips.org is slimming down and losing URL weight :)
-rw-r--r--.wrongdoc.yml4
-rw-r--r--README4
-rw-r--r--Rakefile6
3 files changed, 7 insertions, 7 deletions
diff --git a/.wrongdoc.yml b/.wrongdoc.yml
index 78dba2d..0b3db03 100644
--- a/.wrongdoc.yml
+++ b/.wrongdoc.yml
@@ -1,6 +1,6 @@
 ---
-cgit_url: http://git.bogomips.org/cgit/rainbows.git
-git_url: git://git.bogomips.org/rainbows.git
+cgit_url: http://bogomips.org/rainbows.git
+git_url: git://bogomips.org/rainbows.git
 rdoc_url: http://rainbows.rubyforge.org/
 changelog_start: v0.97.0
 merge_html:
diff --git a/README b/README
index ee8ca78..460fda9 100644
--- a/README
+++ b/README
@@ -141,13 +141,13 @@ for more details.
 You can get the latest source via git from the following locations
 (these versions may not be stable):
 
-  git://git.bogomips.org/rainbows.git
+  git://bogomips.org/rainbows.git
   git://repo.or.cz/rainbows.git (mirror)
 
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
-* http://git.bogomips.org/cgit/rainbows.git (cgit)
+* http://bogomips.org/rainbows.git (cgit)
 * http://repo.or.cz/w/rainbows.git (gitweb)
 
 Inline patches (from "git format-patch") to the mailing list are
diff --git a/Rakefile b/Rakefile
index e0df2f3..5c31094 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,10 +1,10 @@
 # -*- encoding: binary -*-
 autoload :Gem, 'rubygems'
 autoload :Tempfile, 'tempfile'
+require 'wrongdoc'
 
-# most tasks are in the GNUmakefile which offers better parallelism
-cgit_url = "http://git.bogomips.org/cgit/rainbows.git"
-git_url = 'git://git.bogomips.org/rainbows.git'
+cgit_url = Wrongdoc.config[:cgit_url]
+git_url = Wrongdoc.config[:git_url]
 
 desc "read news article from STDIN and post to rubyforge"
 task :publish_news do