From 0b6d4672e6a4f950e97f49e431fe736a91e1f1f2 Mon Sep 17 00:00:00 2001 From: konsoletyper Date: Mon, 6 Oct 2014 17:56:50 +0400 Subject: [PATCH] Update link to tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cb43371c..569af3027 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Now you can execute `mvn clean package` and get the generated `war` file. Deploy this `war` in Tomcat or another container, or simply unzip it and open the `index.html` page. It is much easier to develop TeaVM applications using Eclipse. -If you prefer Eclipse, please read [this tutorial](wiki/Eclipse-tutorial). +If you prefer Eclipse, please read [this tutorial](https://github.com/konsoletyper/teavm/wiki/Eclipse-tutorial). There is also the [teavm-samples](teavm-samples) module, containing examples of TeaVM-based projects.