diff options
author | Neil <nyamatongwe@gmail.com> | 2014-08-21 08:59:31 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-08-21 08:59:31 +1000 |
commit | 1dcc7d222a598ba48677bc94f7cdb2842b5228f7 (patch) | |
tree | ede066fdd7952b5cde7fe57f8970064a8e28460d | |
parent | fd0d37b935d5fc143983ce49e24045deadd65083 (diff) | |
download | scintilla-mirror-1dcc7d222a598ba48677bc94f7cdb2842b5228f7.tar.gz |
Updated SourceForge links to the canonical projects/scintilla/.
-rw-r--r-- | doc/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index fad54d676..4edfa57d4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -134,7 +134,7 @@ if (!IsRemote()) { //if NOT remote... </p> <p> The source code can be downloaded via Mercurial at the Source Forge - <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a>. + <a href="http://sourceforge.net/projects/scintilla/">Scintilla project page</a>. </p> <p> <a href="http://www.scintilla.org/ScintillaRelated.html">Related sites.</a> @@ -162,15 +162,15 @@ if (!IsRemote()) { //if NOT remote... may receive no response. <br /> </p> -There is a <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page</a> +There is a <a href="http://sourceforge.net/projects/scintilla/">Scintilla project page</a> hosted on <script type="text/javascript" language="JavaScript"> <!-- if (IsRemote()) { - document.write('<a href="http://sourceforge.net/projects/scintilla">'); + document.write('<a href="http://sourceforge.net/projects/scintilla/">'); document.write('<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> '); } else { - document.write('<a href="http://sourceforge.net/projects/scintilla">SourceForge<\/a>'); + document.write('<a href="http://sourceforge.net/projects/scintilla/">SourceForge<\/a>'); } //--> </script> |