From 37057d83343b872c5298861b08b74c2ef6fe1004 Mon Sep 17 00:00:00 2001 From: Francois-Guillaume Ribreau Date: Tue, 4 Aug 2020 09:37:06 +0200 Subject: [PATCH] fix 404 link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64bf5c58..d70dde43 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Wherever you can render textured triangles you can use Egui. The same application code can thus be compiled to either into a native app or a web app. ## Demos -[Egui feature demo](https://emilk.github.io/emigui/index.html), (partial) source: https://github.com/emilk/emigui/blob/master/egui/src/examples/app.rs +[Egui feature demo](https://emilk.github.io/emigui/index.html), (partial) source: https://github.com/emilk/emigui/blob/master/egui/src/demos/app.rs [Hobogo: A small game using Egui](https://emilk.github.io/hobogo/index.html), source: https://github.com/emilk/hobogo