From 6b421471aaad8160981561c705dae1cbaa17702c Mon Sep 17 00:00:00 2001 From: Adam Plaice Date: Sat, 10 Feb 2018 04:07:36 +0000 Subject: [PATCH] suggest using newly available https transport when cloning --- contributing.mdwn | 2 +- index.mdwn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing.mdwn b/contributing.mdwn index 263f181..2fac108 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -19,7 +19,7 @@ help out as needed. The Notmuch source code is maintained in [git](http://git-scm.com/). Get the source code using: - git clone git://notmuchmail.org/git/notmuch + git clone https://git.notmuchmail.org/git/notmuch This guide assumes a working knowledge of git. There are plenty of resources available on git, such as [Pro Git](http://git-scm.com/book) and the git man diff --git a/index.mdwn b/index.mdwn index 0891cd1..bad0988 100644 --- a/index.mdwn +++ b/index.mdwn @@ -162,7 +162,7 @@ under the GNU [GPL version 3](https://www.fsf.org/licensing/licenses/gpl.html). The latest versions can be checked out via git with this command: - git clone git://notmuchmail.org/git/notmuch + git clone https://git.notmuchmail.org/git/notmuch You can browse the [Notmuch code history online](https://git.notmuchmail.org/git/notmuch). A notification is sent to the -- 2.43.0