aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-08-21 08:59:31 +1000
committerNeil <nyamatongwe@gmail.com>2014-08-21 08:59:31 +1000
commitf93d551ddfcaf2ba53ce7241b5b0a47d21dc03df (patch)
tree123835eec090f5cf324fed2b14ac98677bf009b8
parent4fdda6b8a63dc6ddd1f4ad5e417760a0ffcac539 (diff)
downloadscintilla-mirror-f93d551ddfcaf2ba53ce7241b5b0a47d21dc03df.tar.gz
Updated SourceForge links to the canonical projects/scintilla/.
-rw-r--r--doc/index.html8
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&amp;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>