summaryrefslogtreecommitdiff
path: root/documentation/src/editor.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2019-05-15 17:16:11 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2019-05-15 17:16:11 +0200
commitc4a755bdf8501f74b09c09fd9aad912f025d49e9 (patch)
treedb26ed2ea0cfa2c39f65fe46c209d48bcf872064 /documentation/src/editor.dox
parentfa5c2718da142d90cece60cb52c87f6a0806122f (diff)
Fix some links in documentation
Particularly to Doxygen docs and NEdit which appears to have moved to sourceforge (according to Wikipedia), see https://en.wikipedia.org/wiki/NEdit Note: nedit.org exists but shows some non-English text.
Diffstat (limited to 'documentation/src/editor.dox')
-rw-r--r--documentation/src/editor.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/editor.dox b/documentation/src/editor.dox
index 24e13ceb0..2531dfbae 100644
--- a/documentation/src/editor.dox
+++ b/documentation/src/editor.dox
@@ -620,8 +620,8 @@ Fl_Text_Editor widget.
The Fl_Text_Editor widget supports highlighting
of text with different fonts, colors, and sizes. The
implementation is based on the excellent
-<A HREF="http://www.nedit.org/">NEdit</A>
-text editor core, from http://www.nedit.org/, which
+<A HREF="https://sourceforge.net/projects/nedit/">NEdit</A>
+text editor core, from https://sourceforge.net/projects/nedit/, which
uses a parallel "style" buffer which tracks the font, color, and
size of the text that is drawn.