From ee2d13159ac3920ab12b42cac8bd1e57f7ef7ccd Mon Sep 17 00:00:00 2001 From: Ana Gabriela Reyna Date: Thu, 28 Sep 2023 15:00:22 +0100 Subject: [PATCH] more links checked --- src/content/docs/cheerpj2/01-demos.md | 2 +- src/content/docs/cheerpj2/03-getting-started/01-Java-applet.mdx | 2 +- src/content/docs/cheerpj2/04-guides/AOT-optimization.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/cheerpj2/01-demos.md b/src/content/docs/cheerpj2/01-demos.md index e1e6beb6..2a992f99 100644 --- a/src/content/docs/cheerpj2/01-demos.md +++ b/src/content/docs/cheerpj2/01-demos.md @@ -30,7 +30,7 @@ A few selected Java Swing examples to demonstrate how complex Swing GUI apps can A playground to compile and run Java programs directly in the browser. Both console and GUI applications are supported. The standard `javac` compiler is used, since `javac` is also written in Java the whole compiler runs in the browser, together with the compiled application. -- Go to the [demo](ttps://javafiddle.leaningtech.com/) (please inspect the page using the devtools). +- Go to the [demo](https://javafiddle.leaningtech.com/) (please inspect the page using the devtools). ## iText Demo diff --git a/src/content/docs/cheerpj2/03-getting-started/01-Java-applet.mdx b/src/content/docs/cheerpj2/03-getting-started/01-Java-applet.mdx index 9e7233f5..5951228c 100644 --- a/src/content/docs/cheerpj2/03-getting-started/01-Java-applet.mdx +++ b/src/content/docs/cheerpj2/03-getting-started/01-Java-applet.mdx @@ -9,7 +9,7 @@ CheerpJ can run Java applets in the browser seamlessly. This page will help you **There are two different ways to run a Java Applet in the browser:** - [Running your own Java applet](/cheerpj2/getting-started/Java-applet#running-your-own-applet) using the CheerpJ runtime environment and the `` tag in your own webpage. -- [Running a public applet](/cheerpj2/getting-started/Java-applet#running-a-public-applet) using the [CheerpJ Applet Runner](https://chrome.google.com/webstore/detail/cheerpj-applet-runner-bet/) Chrome extension for applets integrated with the applet tag `` on public websites. +- [Running a public applet](/cheerpj2/getting-started/Java-applet#running-a-public-applet) using the [CheerpJ Applet Runner](https://chrome.google.com/webstore/detail/cheerpj-applet-runner/bbmolahhldcbngedljfadjlognfaaein) Chrome extension for applets integrated with the applet tag `` on public websites. ## Running your own applet diff --git a/src/content/docs/cheerpj2/04-guides/AOT-optimization.md b/src/content/docs/cheerpj2/04-guides/AOT-optimization.md index 79727606..7d42444d 100644 --- a/src/content/docs/cheerpj2/04-guides/AOT-optimization.md +++ b/src/content/docs/cheerpj2/04-guides/AOT-optimization.md @@ -56,4 +56,4 @@ done ## Further reading - [Command line options](/cheerpj2/reference/Command-Line-Options) -- [Startup time optimization](cheerpj2/guides/Startup-time-optimization) +- [Startup time optimization](/cheerpj2/guides/Startup-time-optimization)