From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 528661FCC7 for ; Thu, 9 Feb 2017 23:08:43 +0000 (UTC) From: Eric Wong To: cmogstored-public@bogomips.org Subject: [PATCH] doc: update URLs to HTTPS Date: Thu, 9 Feb 2017 23:08:43 +0000 Message-Id: <20170209230843.17559-1-e@80x24.org> List-Id: HTTPS seems to be working well for the rest of bogomips.org with Let's Encrypt, so lets use it and hope it protects some users from snooping. --- HACKING | 2 +- README | 16 ++++++++-------- Rakefile | 2 +- cmogstored.x | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/HACKING b/HACKING index 4afe63a..3dd54c6 100644 --- a/HACKING +++ b/HACKING @@ -50,7 +50,7 @@ Subscription is optional (so please reply-to-all), but you may subscribe by sending an email to and answering the confirmation. -HTML archives are available at http://bogomips.org/cmogstored-public/ +HTML archives are available at https://bogomips.org/cmogstored-public/ and via NNTP: nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored diff --git a/README b/README index b2831e3..1c1a289 100644 --- a/README +++ b/README @@ -53,7 +53,7 @@ You may optionally subscribe via: cmogstored-public+subscribe@bogomips.org -HTML archives are available at http://bogomips.org/cmogstored-public/ +HTML archives are available at https://bogomips.org/cmogstored-public/ and via NNTP: nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored @@ -72,18 +72,18 @@ Downloads Source tarballs suitable for distribution are housed here: -* http://bogomips.org/cmogstored/files/ +* https://bogomips.org/cmogstored/files/ The latest stable release is: - http://bogomips.org/cmogstored/files/cmogstored-1.6.0.tar.gz + https://bogomips.org/cmogstored/files/cmogstored-1.6.0.tar.gz -See http://bogomips.org/cmogstored/NEWS for release notes +See https://bogomips.org/cmogstored/NEWS for release notes Source code =========== * git clone git://bogomips.org/cmogstored.git -* git clone http://bogomips.org/cmogstored.git +* git clone https://bogomips.org/cmogstored.git * gitweb :: http://repo.or.cz/w/cmogstored.git License @@ -102,9 +102,9 @@ Homepage ======== Eric Wong hates pretty things, so this README file is also the homepage: -http://bogomips.org/cmogstored/README +https://bogomips.org/cmogstored/README The latest releases are announced via Atom feed: -http://bogomips.org/cmogstored/NEWS.atom.xml +https://bogomips.org/cmogstored/NEWS.atom.xml -[1] http://bogomips.org/cmogstored/queues.txt +[1] https://bogomips.org/cmogstored/queues.txt diff --git a/Rakefile b/Rakefile index 0af6360..5db566e 100644 --- a/Rakefile +++ b/Rakefile @@ -3,7 +3,7 @@ include Rake::DSL if defined?(Rake::DSL) -url_base = "http://bogomips.org/cmogstored" +url_base = "https://bogomips.org/cmogstored" cgit_url = url_base + '.git' git_url = 'git://bogomips.org/cmogstored.git' diff --git a/cmogstored.x b/cmogstored.x index d826082..a13ccff 100644 --- a/cmogstored.x +++ b/cmogstored.x @@ -56,7 +56,7 @@ This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. [SEE ALSO] -cmogstored website: http://bogomips.org/cmogstored/README +cmogstored website: https://bogomips.org/cmogstored/README You can learn more about MogileFS: http://mogilefs.org/ cmogstored source code is available via git: -- EW