From 9308d17016b9297c25a5dd5679b2a1325af70232 Mon Sep 17 00:00:00 2001 From: Marius Metzger Date: Wed, 20 Nov 2024 14:31:25 +0100 Subject: [PATCH] Fix link to Example class in README (#152) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 436d2604..7dcd3394 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ you MUST call Window#mouseClick. This is also all handled by Elementa's WindowSc ## All together This is a basic excerpt of code from an Elementa GUI. To see a more fleshed out -example, look to the [ExampleGui class](src/main/java/com/example/examplemod/ExampleGui.kt). +example, look to the [ExampleGui class](example/common/src/main/kotlin/com/example/examplemod/ExampleGui.kt). ```kotlin val window = Window()