Skip to content

Commit

Permalink
fix: Update the new docs link (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal authored Dec 13, 2024
1 parent 0e2151b commit aea1ba2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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$
}

}

0 comments on commit aea1ba2

Please sign in to comment.