From a0bde728ce2722348896b9f2bbc205a20202de67 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Mon, 14 Mar 2022 15:10:35 +0100 Subject: [PATCH] README: link to documentation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2f9661..6489641 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ CheerpJ is a Java bytecode to WebAssembly and JavaScript compiler, compatible wi **Link to latest runtime**: ``https://cjrtnc.leaningtech.com/2.2/loader.js`` -If you are unsure how to start, try our [Tutorial](Tutorial). +If you are unsure how to start, try our [Tutorial](https://docs.leaningtech.com/cheerpj/Tutorial). What is CheerpJ? ------ @@ -42,9 +42,9 @@ Getting Started You can download CheerpJ for Linux, Windows and macOS on our website (https://leaningtech.com/cheerpj/) To get started with CheerpJ, please refer to the following pages: -1. [CheerpJ Tutorial](Tutorial) -2. [Getting Started](Getting-Started) -3. [Command Line Options](Command-Line-Options) +1. [CheerpJ Tutorial](https://docs.leaningtech.com/cheerpj/Tutorial) +2. [Getting Started](https://docs.leaningtech.com/cheerpj/Getting-Started) +3. [Command Line Options](https://docs.leaningtech.com/cheerpj/Command-Line-Options) Demos ------