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=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham 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 2767D20A1E; Sat, 15 Dec 2018 04:34:46 +0000 (UTC) From: Eric Wong To: sleepy-penguin@bogomips.org Cc: Eric Wong Subject: [PATCH] doc: use HTTPS URLS when possible Date: Sat, 15 Dec 2018 04:34:43 +0000 Message-Id: <20181215043443.10100-1-e@80x24.org> List-Id: It should give some layer of protection against MITM attacks and snooping. --- .olddoc.yml | 2 +- README | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index 000bcb1..a48cb07 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -1,6 +1,6 @@ --- cgit_url: https://bogomips.org/sleepy_penguin.git -git_url: git://bogomips.org/sleepy_penguin.git +git_url: https://bogomips.org/sleepy_penguin.git rdoc_url: https://bogomips.org/sleepy_penguin/ ml_url: https://bogomips.org/sleepy-penguin/ public_email: sleepy-penguin@bogomips.org diff --git a/README b/README index a9984d5..c4f4e7c 100644 --- a/README +++ b/README @@ -39,14 +39,14 @@ Unpack it, and run "ruby setup.rb" You can get the latest source via git from the following locations: - git://bogomips.org/sleepy_penguin.git - git://repo.or.cz/sleepy_penguin.git (mirror) + https://bogomips.org/sleepy_penguin.git + https://repo.or.cz/sleepy_penguin.git (mirror) You may browse the code from the web and download the latest snapshot tarballs here: * https://bogomips.org/sleepy_penguin.git -* http://repo.or.cz/w/sleepy_penguin.git (gitweb) +* https://repo.or.cz/w/sleepy_penguin.git (gitweb) Inline patches (from "git format-patch") to the mailing list are preferred because they allow code review and comments in the reply to