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`.