diff options
| -rw-r--r-- | doc/ScintillaRelated.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/doc/ScintillaRelated.html b/doc/ScintillaRelated.html index f8ba23c31..fe483a270 100644 --- a/doc/ScintillaRelated.html +++ b/doc/ScintillaRelated.html @@ -65,14 +65,14 @@         A Python binding for wxStyledTextCtrl is part of <a href="http://wxpython.org/">wxPython</a>.      </p>      <p> -	<a href="http://sourceforge.net/projects/moleskine">gtkscintilla</a> +	<a href="http://sourceforge.net/projects/moleskine/">gtkscintilla</a>  	is an alternative GTK class implementation for scintilla.  	This implementation acts more like a Gtk+ object, with many methods rather  	than just scintilla_send_message() and is available as a shared library.  	This implementation works with GTK 1.x.      </p>      <p> -	<a href="http://sourceforge.net/projects/moleskine">gtkscintilla2</a> +	<a href="http://sourceforge.net/projects/moleskine/">gtkscintilla2</a>  	is an alternative GTK class implementation for scintilla  	similar to the above, but for GTK 2.x.      </p> @@ -280,7 +280,7 @@  	Editor.      </p>      <p> -       <a href="http://www.micampe.it/software/moleskine">Moleskine</a> is a Scintilla +       <a href="http://www.micampe.it/software/moleskine/">Moleskine</a> is a Scintilla         based editor for GTK+. More ambitious than SciTE with plans         for MDI, printing, and session management.         Includes a new GTK+ wrapper widget for Scintilla. | 
