From e40210f1276f12901ffc3090fb6dbad3e785022b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Jan 2019 22:46:25 +0000 Subject: update URLs to point to wiki The old homepage redirect is dead and expired --- README | 11 ++++++----- lib/mogilefs.rb | 3 ++- mogilefs-client.gemspec | 3 ++- 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 = <