From 7f9bcd42881fba7da5ec89883405ad4728f9d203 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Nov 2022 22:04:52 +0530 Subject: [PATCH] Fix #1997985 [Developer documentation refers to deprecated git:// protocol](https://bugs.launchpad.net/calibre/+bug/1997985) --- manual/develop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/develop.rst b/manual/develop.rst index 02f457d35c..3a78dc90aa 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -81,7 +81,7 @@ calibre uses `Git `_, a distributed version control system. Git is available on all the platforms calibre supports. After installing Git, you can get the calibre source code with the command:: - git clone git://github.com/kovidgoyal/calibre.git + git clone https://github.com/kovidgoyal/calibre.git On Windows you will need the complete path name, that will be something like :file:`C:\\Program Files\\Git\\git.exe`.