aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/LexGen.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-06-02 11:56:37 +1000
committerNeil <nyamatongwe@gmail.com>2015-06-02 11:56:37 +1000
commit22b6409ae6a3ce5402ee4f07068bfefa05894481 (patch)
treefe5317cbd1621dc11766ffde49eb8e7d88ef3c05 /scripts/LexGen.py
parent02896fa261112444c26726104b0e22bb60bd7220 (diff)
downloadscintilla-mirror-22b6409ae6a3ce5402ee4f07068bfefa05894481.tar.gz
Provide downloads from scintilla.org to avoid degradation of SourceForge.
Diffstat (limited to 'scripts/LexGen.py')
-rwxr-xr-xscripts/LexGen.py4
1 files changed, 2 insertions, 2 deletions
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",
' <font color="#FFCC99" size="3"> Release version',
' <font color="#FFCC99" size="3"> Release version ' +\