From af3e04958bf8192b867c6394d4f1ebc19cae7620 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 9 Jan 2010 16:36:08 +0000 Subject: [PATCH] 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. --- scripts/build/create-version-itexi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '' -- 2.39.5