Update a couple more references to download URLs

This commit is contained in:
Kovid Goyal 2016-01-09 10:58:19 +05:30
parent e71c1a4888
commit 51043aab41
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ Development
[Setting up a development environment for calibre](http://manual.calibre-ebook.com/develop.html) [Setting up a development environment for calibre](http://manual.calibre-ebook.com/develop.html)
A [tarball of the source code](http://code.calibre-ebook.com/dist/src) for the A [tarball of the source code](https://calibre-ebook.com/dist/src) for the
current calibre release. current calibre release.
Bugs Bugs

View File

@ -75,7 +75,7 @@ Getting the code
------------------ ------------------
You can get the calibre source code in two ways, using a version control system or You can get the calibre source code in two ways, using a version control system or
directly downloading a `tarball <http://code.calibre-ebook.com/dist/src>`_. directly downloading a `tarball <https://calibre-ebook.com/dist/src>`_.
calibre uses `Git <http://www.git-scm.com/>`_, a distributed version control calibre uses `Git <http://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
@ -89,7 +89,7 @@ calibre is a very large project with a very long source control history, so the
above can take a while (10 mins to an hour depending on your internet speed). above can take a while (10 mins to an hour depending on your internet speed).
If you want to get the code faster, the source code for the latest release is If you want to get the code faster, the source code for the latest release is
always available as an `archive <http://code.calibre-ebook.com/dist/src>`_. always available as an `archive <https://calibre-ebook.com/dist/src>`_.
To update a branch to the latest code, use the command:: To update a branch to the latest code, use the command::