]> git.donarmstrong.com Git - lilypond.git/commitdiff
issue 4857: update doc tarball link
authorFederico Bruni <fede@inventati.org>
Thu, 19 May 2016 16:48:46 +0000 (18:48 +0200)
committerFederico Bruni <fede@inventati.org>
Mon, 30 May 2016 08:52:52 +0000 (10:52 +0200)
This completes issue 4833.

scripts/build/create-weblinks-itexi.py

index e529ca7327cdd5a6a4ff2a36a861bd7a413a3b7b..e631c27fd8b43a5e7c75792be202237fadfb9d3d 100644 (file)
@@ -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"