diff options
| -rw-r--r-- | doc/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/index.html b/doc/index.html index 424ab16ef..6745023ea 100644 --- a/doc/index.html +++ b/doc/index.html @@ -152,7 +152,7 @@ if (!IsRemote()) { //if NOT remote...      </p>      <p>        Questions and comments about Scintilla should be directed to the -      <a href="http://groups.google.com/group/scintilla-interest">scintilla-interest</a> +      <a href="https://groups.google.com/forum/#!forum/scintilla-interest">scintilla-interest</a>        mailing list,        which is for discussion of Scintilla and related projects, their bugs and future features.        This is a low traffic list, averaging less than 20 messages per week. @@ -177,7 +177,7 @@ if (IsRemote()) {  //-->  </script>  <noscript> -<a href="http://sourceforge.net/projects/scintilla"> +<a href="http://sourceforge.net/projects/scintilla/">  <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>  </noscript>    </body> | 
