about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--.wrongdoc.yml2
-rw-r--r--Documentation/rainbows.1.txt4
-rw-r--r--GNUmakefile3
-rw-r--r--lib/rainbows.rb2
4 files changed, 6 insertions, 5 deletions
diff --git a/.wrongdoc.yml b/.wrongdoc.yml
index 62bf201..57966c9 100644
--- a/.wrongdoc.yml
+++ b/.wrongdoc.yml
@@ -1,7 +1,7 @@
 ---
 cgit_url: http://bogomips.org/rainbows.git
 git_url: git://bogomips.org/rainbows.git
-rdoc_url: http://rainbows.rubyforge.org/
+rdoc_url: http://rainbows.bogomips.org/
 changelog_start: v0.97.0
 merge_html:
   rainbows_1: Documentation/rainbows.1.html
diff --git a/Documentation/rainbows.1.txt b/Documentation/rainbows.1.txt
index dd735e8..f2c86f1 100644
--- a/Documentation/rainbows.1.txt
+++ b/Documentation/rainbows.1.txt
@@ -155,7 +155,7 @@ RACKUP_FILE, some frameworks do not require them.
 * [Rack RDoc][2]
 * [Rackup HowTo][3]
 
-[1]: http://rainbows.rubyforge.org/
+[1]: http://rainbows.bogomips.org/
 [2]: http://rack.rubyforge.org/doc/
 [3]: http://wiki.github.com/rack/rack/tutorial-rackup-howto
-[4]: http://rainbows.rubyforge.org/SIGNALS.html
+[4]: http://rainbows.bogomips.org/SIGNALS.html
diff --git a/GNUmakefile b/GNUmakefile
index 2e34cd9..3001281 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,7 @@
 # use GNU Make to run tests in parallel, and without depending on RubyGems
 all::
-RSYNC_DEST := rubyforge.org:/var/www/gforge-projects/rainbows
+# RSYNC_DEST := rubyforge.org:/var/www/gforge-projects/rainbows
+RSYNC_DEST := rainbows.bogomips.org:/srv/rainbows
 rfproject := rainbows
 rfpackage := rainbows
 
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index 82a8448..3bebf34 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -4,7 +4,7 @@ require 'unicorn'
 # the value passed to TCP_DEFER_ACCEPT actually matters in Linux 2.6.32+
 Unicorn::SocketHelper::DEFAULTS[:tcp_defer_accept] = 60
 
-# See http://rainbows.rubyforge.org/ for documentation
+# See http://rainbows.bogomips.org/ for documentation
 module Rainbows
   # :stopdoc:
   O = {}