summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--README.md2
-rw-r--r--doc.go13
3 files changed, 18 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2382cbd..356458b 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,11 @@ examples-helloworld:
examples-gui-demo:
make -C cmds/gui-demo
+# sync repo to the github backup
+github:
+ git push origin master
+ git push github master
+
doc:
GO111MODULE="off" godoc -v
diff --git a/README.md b/README.md
index f8e74b0..84a65a6 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](https://en.wikipedia.org/wiki/Graphical_widget)
+* Function names should follow [[Graphical widget]]
```
## Quick Start
diff --git a/doc.go b/doc.go
index f51c735..e587d29 100644
--- a/doc.go
+++ b/doc.go
@@ -103,7 +103,18 @@ Bugs
-- manpage quote from the excellent minimalistic window manager 'evilwm'
-External References
+References
+
+Useful links and other
+external things
+which might be useful
+
+[Wikipedia Graphical widget]: https://en.wikipedia.org/wiki/Graphical_widget
+[Github mirror]: https://github.com/witorg/gui
+
+ * [Wikipedia Graphical widget]
+ * [Github mirror]
+
*/
package gui