From 7fc25009737da3a4838c6f5d6d151d870d5593af Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 12 Apr 2020 12:22:51 +0200 Subject: [PATCH] Update link to example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7744040d..1e4891fc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Currently two backends have been tested: The same application code can thus be compiled to either into a native app or a web app. ## Demos -[Emigui feature demo](https://emilk.github.io/emigui/index.html), source: https://github.com/emilk/emigui/blob/master/example_wasm/src/app.rs +[Emigui feature demo](https://emilk.github.io/emigui/index.html), (partial) source: https://github.com/emilk/emigui/blob/master/emigui/src/example_app.rs [Hobogo: A small game using Emigui](https://emilk.github.io/hobogo/index.html), source: https://github.com/emilk/hobogo