From: Francisco Vila Date: Wed, 12 Jan 2011 15:27:27 +0000 (+0100) Subject: Doc-build: fix links to PDF manuals. X-Git-Tag: release/2.13.47-1~66 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b3948aa939e97e1daf8824740840dfb8c17d0ca6;p=lilypond.git Doc-build: fix links to PDF manuals. --- diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index cba097c46f..1de4d99c3a 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -438,13 +438,13 @@ def make_regtest_links(name, version, lang): url+"lilypond-book/collated-files.html", getTrans("lilypond-book Regression tests for ", lang)+version) make_ver_link(macroLang("regtest"+name+"XmlPdf", lang), - url+"musicxml/collated-files.html", + url+"musicxml/collated-files.pdf", getTrans("PDF of MusicXML regtests for ", lang)+version) make_ver_link(macroLang("regtest"+name+"AbcPdf", lang), - url+"abc2ly/collated-files.html", + url+"abc2ly/collated-files.pdf", getTrans("PDF of abc2ly regtests for ", lang)+version) make_ver_link(macroLang("regtest"+name+"LilypondBookPdf", lang), - url+"lilypond-book/collated-files.html", + url+"lilypond-book/collated-files.pdf", getTrans("PDF of lilypond-book regtests for ", lang)+version) def make_doctarball_links(name, version, lang):