diff options
-rw-r--r-- | doc/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index 3c3852120..d834c4106 100644 --- a/doc/index.html +++ b/doc/index.html @@ -202,10 +202,10 @@ if (IsRemote()) { document.write('There is a <a href="https://sourceforge.net/project/?group_id=2439">Scintilla project page<\/a>'); document.write(' hosted on '); if (IsRemote()) { - document.write('<a href="http://sourceforge.net">'); - document.write('<img src="http://sourceforge.net/sflogo.php?group_id=2439&type=1" width="88" height="31" border="0" /><\/a> '); + 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">SourceForge<\/a>'); + document.write('<a href="http://sourceforge.net/projects/scintilla">SourceForge<\/a>'); } //--> </script> |