diff --git a/README.md b/README.md index e1aaccf..f8e74b0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Principles: * It's ok to guess. We will return something close. * Hide complexity internally here * Isolate the GUI toolkit -* Function names should follow [Wikipedia Graphical widget] +* Function names should follow [Wikipedia Graphical widget](https://en.wikipedia.org/wiki/Graphical_widget) ``` ## Quick Start @@ -89,8 +89,6 @@ The next step is to intent is to allow this to work directly against GTK and QT. It should be able to add Fyne, WASM, native macos & windows, android and hopefully also things like libSDL, faiface/pixel, slint -[Wikipedia Graphical widget]: [https://en.wikipedia.org/wiki/Graphical_widget](https://en.wikipedia.org/wiki/Graphical_widget) - ## Errors Since it is possible for custom Stringer/error interfaces to panic, spew @@ -111,6 +109,9 @@ information this uses spew.Dump() External References +* [Wikipedia Graphical widget](https://en.wikipedia.org/wiki/Graphical_widget) +* [Github mirror](https://github.com/witorg/gui) + ## Functions ### func [DebugTab](/window-debug.go#L26)