Fix #1997985 [Developer documentation refers to deprecated git:// protocol](https://bugs.launchpad.net/calibre/+bug/1997985)

This commit is contained in:
Kovid Goyal 2022-11-25 22:04:52 +05:30
parent fb34bd9622
commit 7f9bcd4288
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -81,7 +81,7 @@ calibre uses `Git <https://www.git-scm.com/>`_, a distributed version control
system. Git is available on all the platforms calibre supports. After system. Git is available on all the platforms calibre supports. After
installing Git, you can get the calibre source code with the command:: 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`. On Windows you will need the complete path name, that will be something like :file:`C:\\Program Files\\Git\\git.exe`.