diff options
author | Federico Bruni <fede@inventati.org> | 2016-05-19 18:48:46 +0200 |
---|---|---|
committer | Federico Bruni <fede@inventati.org> | 2016-05-30 10:52:52 +0200 |
commit | cccd7f9574c72ccecca00641d7a5ea3e8ce99cfd (patch) | |
tree | 47fc12978a8571c499e727c64c9e44eeb8b0fcf6 /scripts | |
parent | 4c16e1d621a69ce668b7c66aebefef24be4f6a4d (diff) |
issue 4857: update doc tarball link
This completes issue 4833.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/create-weblinks-itexi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |