From 51043aab41e1317fbf0eac9b4def8d19b98990a9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 9 Jan 2016 10:58:19 +0530 Subject: [PATCH] Update a couple more references to download URLs --- README.md | 2 +- manual/develop.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3d15d1f27..5a831c4204 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Development [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. Bugs diff --git a/manual/develop.rst b/manual/develop.rst index dacabf50f7..c2c0f2305d 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -75,7 +75,7 @@ Getting the code ------------------ You can get the calibre source code in two ways, using a version control system or -directly downloading a `tarball `_. +directly downloading a `tarball `_. calibre uses `Git `_, a distributed version control 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). If you want to get the code faster, the source code for the latest release is -always available as an `archive `_. +always available as an `archive `_. To update a branch to the latest code, use the command::