mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1997985 [Developer documentation refers to deprecated git:// protocol](https://bugs.launchpad.net/calibre/+bug/1997985)
This commit is contained in:
parent
fb34bd9622
commit
7f9bcd4288
@ -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
|
||||
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`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user