From 3b6bc96581b670161ff5c6dba5aec6893cdfc05c Mon Sep 17 00:00:00 2001 From: Loris Reiff Date: Tue, 12 Dec 2023 09:44:05 +0100 Subject: [PATCH] fix workspace download link the previous link showed a website with "Application is not available". --- .../development-environment-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/java-application-development/development-environment-setup.md b/docs/java-application-development/development-environment-setup.md index 7f7571b4f4c..d0406216b64 100644 --- a/docs/java-application-development/development-environment-setup.md +++ b/docs/java-application-development/development-environment-setup.md @@ -99,7 +99,7 @@ After the new workspace opens, click the Workbench icon to display the developme ### Importing the Kura User Workspace -To set up your Kura project workspace, you will need to download the Kura User Workspace archive from [Eclipse Kura Download Page](https://websites.eclipseprojects.io/kura/downloads.php). +To set up your Kura project workspace, you will need to download the Kura User Workspace archive from [Eclipse Kura Download Page](https://eclipse.dev/kura/downloads.php). From the Eclipse File menu, select the **Import** option. In the Import dialog box, expand the **General** heading, select **Existing Projects into Workspace**, and then click **Next**. @@ -180,4 +180,4 @@ To start the Eclipse Kura emulator, select the "Eclipse Kura Emulator.launch" pr ![Vm arguments](./images/development-environment-setup/image12.png) -The Eclipse Kura Web UI will be available at the following URL: http://127.0.0.1:8080 with username and password **admin**. \ No newline at end of file +The Eclipse Kura Web UI will be available at the following URL: http://127.0.0.1:8080 with username and password **admin**.