about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-02 22:46:25 +0000
committerEric Wong <e@80x24.org>2019-01-02 22:46:25 +0000
commite40210f1276f12901ffc3090fb6dbad3e785022b (patch)
tree1df055affd8eab080204b80e2e379a0f7109336b
parentd56283d1e68e856bc1fa9db10839568ce816d24b (diff)
downloadmogilefs-client-e40210f1276f12901ffc3090fb6dbad3e785022b.tar.gz
The old homepage redirect is dead and expired
-rw-r--r--README11
-rw-r--r--lib/mogilefs.rb3
-rw-r--r--mogilefs-client.gemspec3
3 files changed, 10 insertions, 7 deletions
diff --git a/README b/README
index b2b2e69..466d9af 100644
--- a/README
+++ b/README
@@ -1,14 +1,15 @@
 = mogilefs-client - MogileFS client library for Ruby
 
 A MogileFS client library for Ruby.  MogileFS is an open source
-distributed filesystem, see: http://mogilefs.org for more details.
-This library allows any Ruby application to read, write and delete
-files in a MogileFS instance.
+distributed filesystem, see:
+https://github.com/mogilefs/MogileFS-Server/wiki for more
+details.  This library allows any Ruby application to read,
+write and delete files in a MogileFS instance.
 
 == Links
 
 rdoc :: https://bogomips.org/mogilefs-client
-mogilefs :: http://mogilefs.org/
+mogilefs :: git clone https://github.com/mogilefs/MogileFS-Server
 list :: mailto:mogilefs-client-public@bogomips.org
 list-cc :: mailto:mogile@googlegroups.com
 list-archive :: https://bogomips.org/mogilefs-client-public
@@ -19,7 +20,7 @@ download :: https://bogomips.org/mogilefs-client/files/
 == Install
 
 First you need a MogileFS 2.x installation.  You can find information on
-how to do that at http://mogilefs.org
+how to do that at https://github.com/mogilefs/MogileFS-Server/wiki
 
 Then install the RubyGem:
 
diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb
index e2a621f..abc3680 100644
--- a/lib/mogilefs.rb
+++ b/lib/mogilefs.rb
@@ -1,6 +1,7 @@
 # -*- encoding: binary -*-
 #
-# To read more about \MogileFS, go to http://mogilefs.org/
+# To read more about \MogileFS, see
+# https://github.com/mogilefs/MogileFS-Server/wiki
 #
 # Client usage information is available in MogileFS::MogileFS.
 module MogileFS
diff --git a/mogilefs-client.gemspec b/mogilefs-client.gemspec
index fb6a2d5..2a690a0 100644
--- a/mogilefs-client.gemspec
+++ b/mogilefs-client.gemspec
@@ -9,7 +9,8 @@ Gem::Specification.new do |s|
   s.summary = 'MogileFS client library for Ruby'
   s.description = <<EOF
 A MogileFS client library for Ruby.  MogileFS is an open source
-distributed filesystem, see: http://mogilefs.org for more details.
+distributed filesystem, see:
+https://github.com/mogilefs/MogileFS-Server/wiki for more details.
 This library allows any Ruby application to read, write and delete
 files in a MogileFS instance.
 EOF