From 08c71a4abcead59c3895be34d22fcaaa140e737f Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 2 Jun 2015 11:56:37 +1000 Subject: Provide downloads from scintilla.org to avoid degradation of SourceForge. --- scripts/LexGen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/LexGen.py') diff --git a/scripts/LexGen.py b/scripts/LexGen.py index b181da775..f2496be2a 100755 --- a/scripts/LexGen.py +++ b/scripts/LexGen.py @@ -26,8 +26,8 @@ def UpdateVersionNumbers(sci, root): UpdateLineInFile(root + "doc/ScintillaDownload.html", " Release", " Release " + sci.versionDotted) ReplaceREInFile(root + "doc/ScintillaDownload.html", - r"/scintilla/([a-zA-Z]+)\d\d\d", - r"/scintilla/\g<1>" + sci.version) + r"/www.scintilla.org/([a-zA-Z]+)\d\d\d", + r"/www.scintilla.org/\g<1>" + sci.version) UpdateLineInFile(root + "doc/index.html", ' Release version', ' Release version ' +\ -- cgit v1.2.3