From 70a2d819b94fd2c5d6016589ab698fa010990bb8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Dec 2018 04:33:55 +0000 Subject: doc: use HTTPS URLS when possible 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 -- cgit v1.2.3-24-ge0c7