From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_SBL,URIBL_SBL_A shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 13FFD1F770 for ; Wed, 2 Jan 2019 22:46:59 +0000 (UTC) From: Eric Wong To: mogilefs-client-public@bogomips.org Subject: [PATCH] update URLs to point to wiki Date: Wed, 2 Jan 2019 22:46:58 +0000 Message-Id: <20190102224658.3198-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 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 @@ s.summary = 'MogileFS client library for Ruby' s.description = <