aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-03-06 22:23:53 +0000
committernyamatongwe <unknown>2004-03-06 22:23:53 +0000
commite4d52aaee4fd97d5908f45ab73806351bb20f5f5 (patch)
tree34dcc00bfd94f0e534bc4bcb9b121cc3115c0474
parent3a7020458fd18e50cb04bd8dbecb1df9b08d6539 (diff)
downloadscintilla-mirror-e4d52aaee4fd97d5908f45ab73806351bb20f5f5.tar.gz
Link fixup.
-rw-r--r--doc/ScintillaRelated.html6
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.