aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaDoc.html4
-rw-r--r--doc/ScintillaToDo.html3
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 1e138dc69..cc1ec0d98 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3438,8 +3438,8 @@ struct Sci_TextToFind {
is limited to pixmaps that use one character per pixel with no named colours.
The transparent colour may be named 'None'.
The data should be null terminated.
- Pixmaps use the <code>SC_MARK_PIXMAP</code> marker symbol. You can find the full description of
- the XPM format <a class="jump" href="http://koala.ilog.fr/lehors/xpm.html">here</a>.</p>
+ Pixmaps use the <code>SC_MARK_PIXMAP</code> marker symbol. You can find descriptions of
+ the XPM format <a class="jump" href="http://en.wikipedia.org/wiki/X_PixMap">from here</a>.</p>
<p><b id="SCI_MARKERSYMBOLDEFINED">SCI_MARKERSYMBOLDEFINED(int markerNumber)</b><br />
Returns the symbol defined for a markerNumber with <code>SCI_MARKERDEFINE</code>
diff --git a/doc/ScintillaToDo.html b/doc/ScintillaToDo.html
index 15a315aed..20251b01d 100644
--- a/doc/ScintillaToDo.html
+++ b/doc/ScintillaToDo.html
@@ -87,8 +87,7 @@
</p>
<p>
Flow diagrams inside editor similar to
- <a href="http://www.eng.auburn.edu/grasp/grasp_main.shtml">
- GRASP</a>.
+ GRASP.
</p>
<p>
A VCL component wrapper around Scintilla so it can be used with Delphi or