aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-01-13 10:37:52 +1100
committernyamatongwe <unknown>2011-01-13 10:37:52 +1100
commit2b3b04482cc63989716dfd316842d111dcc584be (patch)
tree43f2044758b857473d6889015b5e133f42b7d5b8
parent7026032b5f265594e82371865004ae51cc52ad60 (diff)
downloadscintilla-mirror-2b3b04482cc63989716dfd316842d111dcc584be.tar.gz
Fixing/removing bad links.
-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