diff options
author | nyamatongwe <devnull@localhost> | 2004-03-06 22:23:53 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-03-06 22:23:53 +0000 |
commit | 979b13cb8cd20e76deb34257328d70a5a412fc18 (patch) | |
tree | 34dcc00bfd94f0e534bc4bcb9b121cc3115c0474 | |
parent | 558c1b4c765114246970f3f49e63c5ece8f20d5c (diff) | |
download | scintilla-mirror-979b13cb8cd20e76deb34257328d70a5a412fc18.tar.gz |
Link fixup.
-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. |