From d0bb0409a37478f5f21cb06e1b79c5caa509986a Mon Sep 17 00:00:00 2001 From: Mikhael-Danilov Date: Mon, 7 Oct 2019 20:23:45 +0300 Subject: [PATCH] Fix link Fix link to examples/android/src/android/LuajViewLuajView.java --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ca2241..cacee17d 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ and the math operations include all those supported by Java SE. Android applications should use the JsePlatform, and can include the Luajava library to simplify access to underlying Android APIs. A specialized Globals.finder should be provided to find scripts and data for loading. -See examples/android/src/android/LuajView +See examples/android/src/android/LuajView.java for an example that loads from the "res" Android project directory. The ant build script is examples/android/build.xml. -- 2.49.1