From c2fdda2fcabbf7eb97932c72b4f2a8f00c9f8bd8 Mon Sep 17 00:00:00 2001 From: Kondal Kolipaka Date: Mon, 9 Dec 2024 14:02:47 +0530 Subject: [PATCH] fix: Update the new docs link --- .../src/com/espressif/idf/ui/help/EclipsePluginDocHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/help/EclipsePluginDocHandler.java b/bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/help/EclipsePluginDocHandler.java index 7c1d1d153..085d0ac2f 100644 --- a/bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/help/EclipsePluginDocHandler.java +++ b/bundles/com.espressif.idf.ui/src/com/espressif/idf/ui/help/EclipsePluginDocHandler.java @@ -41,7 +41,7 @@ public Object execute(ExecutionEvent event) throws ExecutionException { } protected URL getDocsUrl() throws MalformedURLException { - return new URL("https://github.com/espressif/idf-eclipse-plugin#esp-idf-eclipse-plugin"); //$NON-NLS-1$ + return new URL("https://docs.espressif.com/projects/espressif-ide/en/latest/index.html"); //$NON-NLS-1$ } }