diff --git a/README.md b/README.md index 76233a9..3ae49fc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Scintilla.NET is a Windows Forms control, wrapper, and bindings for the versatil > "As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin can contain markers like those used in debuggers to indicate breakpoints and the current line. Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts." -- [scintilla.org](http://www.scintilla.org) -Scintilla.NET can also be used with WPF using the WindowsFormsHost. +Scintilla.NET can also be used with WPF using the [WindowsFormsHost](https://msdn.microsoft.com/en-us/library/system.windows.forms.integration.windowsformshost(v=vs.110).aspx). For Linux, see the [Scintilla.NET.Gtk](https://github.com/VPKSoft/Scintilla.NET.Gtk). ## Utility assemblies