diff options
Diffstat (limited to 'doc')
| -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> | 
