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=-3.2 required=3.0 tests=ALL_TRUSTED,AWL,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 D97B820323 for ; Sat, 18 Mar 2017 07:57:25 +0000 (UTC) From: Eric Wong To: ruby-posix-mq@bogomips.org Subject: [PATCH] doc: update bogomips.org URLs to HTTPS Date: Sat, 18 Mar 2017 07:57:25 +0000 Message-Id: <20170318075725.9107-1-e@80x24.org> List-Id: It looks like HTTPS support provided by the Let's Encrypt project is still going strong, and maybe we can rely on it. --- .olddoc.yml | 6 +++--- README | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index 0ca2b4b..933df45 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -1,9 +1,9 @@ --- -rdoc_url: http://bogomips.org/ruby_posix_mq/ -cgit_url: http://bogomips.org/ruby_posix_mq.git +rdoc_url: https://bogomips.org/ruby_posix_mq/ +cgit_url: https://bogomips.org/ruby_posix_mq.git git_url: git://bogomips.org/ruby_posix_mq.git public_email: ruby-posix-mq@bogomips.org -ml_url: http://bogomips.org/ruby-posix-mq/ +ml_url: https://bogomips.org/ruby-posix-mq/ changelog_since: 0.4.0 merge_html: posix-mq-rb_1: Documentation/posix-mq-rb.1.html diff --git a/README b/README index 032cc5d..0b8a07b 100644 --- a/README +++ b/README @@ -47,7 +47,7 @@ compiler and the matching Ruby development libraries and headers. If you plan on using the command-line client, a tarball installation starts up faster and is recommended. Just grab the tarball from: -http://bogomips.org/ruby_posix_mq/files/ +https://bogomips.org/ruby_posix_mq/files/ Unpack it, and run "ruby setup.rb" Otherwise, via RubyGems: gem install posix_mq @@ -97,7 +97,7 @@ You can get the latest source via git from the following locations: You may also browse the code from the web: -* http://bogomips.org/ruby_posix_mq.git +* https://bogomips.org/ruby_posix_mq.git * http://repo.or.cz/w/ruby_posix_mq.git (gitweb) Inline patches (from "git format-patch") to the mailing list are @@ -123,7 +123,7 @@ will usually get a response within 24-72 hours. Subscription is optional: mailto:ruby-posix-mq+subscribe@bogomips.org -Read-only mail archives are available over HTTP and NNTP: +Read-only mail archives are available over HTTPS and NNTP: - http://bogomips.org/ruby-posix-mq/ + https://bogomips.org/ruby-posix-mq/ nntp://news.public-inbox.org/inbox.comp.lang.ruby.posix-mq -- EW