From cccd7f9574c72ccecca00641d7a5ea3e8ce99cfd Mon Sep 17 00:00:00 2001 From: Federico Bruni Date: Thu, 19 May 2016 18:48:46 +0200 Subject: [PATCH] issue 4857: update doc tarball link This completes issue 4833. --- scripts/build/create-weblinks-itexi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index e529ca7327..e631c27fd8 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -554,7 +554,7 @@ def make_regtest_links(name, version, lang): getTrans("PDF of lilypond-book regtests for ", lang)+version) def make_doctarball_links(name, version, lang): - url = depth + "download/binaries/documentation/lilypond-" + url = depth + "downloads/binaries/documentation/lilypond-" # ugly FIXME, but proper build number support isn't Critical. url += version + "-1" url += ".documentation.tar.bz2" -- 2.39.2