summaryrefslogtreecommitdiff
path: root/documentation/src/editor.dox
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-05-15 21:58:26 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-05-15 21:58:26 +0200
commit238c3b7ceff7b1bb6e568ff93b593e8c08ff9ecd (patch)
treeec6ede0a9196a4133c06839e8f1ad5f416b1f7dc /documentation/src/editor.dox
parent88c2994e20be93122bbd316d65711321f97ea2ba (diff)
parent5df7a7678a4641cc9234ac8ea0d54623628d922a (diff)
Merge remote-tracking branch 'origin/master'
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.