From: Graham Percival Date: Sat, 9 Jan 2010 16:36:08 +0000 (+0000) Subject: Web build: oops*2, url thinko. X-Git-Tag: release/2.13.11-1~64 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=af3e04958bf8192b867c6394d4f1ebc19cae7620;p=lilypond.git Web build: oops*2, url thinko. Sorry about the noise, but it's difficult to test this all locally, and git is the easiest way of getting files onto lilypond.org. --- diff --git a/scripts/build/create-version-itexi.py b/scripts/build/create-version-itexi.py index 5ca06a74ba..4d0e22f403 100644 --- a/scripts/build/create-version-itexi.py +++ b/scripts/build/create-version-itexi.py @@ -142,7 +142,7 @@ def translateNameToUrl(manual, version): elif (manual=='essay'): return url+'user/lilypond-learning/Background.html' elif (manual=='extending'): - return url+'user/music/Interfaces-for-programmers.html' + return url+'user/lilypond/Interfaces-for-programmers.html' else: return ''