From 782c5f4eee687f0a92bd2f4d85c257aa4db33daf Mon Sep 17 00:00:00 2001 From: John Dallaway Date: Mon, 6 Jul 2026 15:46:55 +0100 Subject: [PATCH] Fix link to Eclipse IDE download site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 001fd1332d1..e5116917614 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ See also https://projects.eclipse.org/projects/tools.cdt and https://eclipse.org ## Download -The recommended way to obtain Eclipse CDT is to download it as part of the complete *Eclipse IDE for C/C++ Developers* or *Eclipse IDE for Embedded C/C++ Developers* from the main [Eclipse IDE download site](https://eclipseide.org/release/). +The recommended way to obtain Eclipse CDT is to download it as part of the complete *Eclipse IDE for C/C++ Developers* or *Eclipse IDE for Embedded C/C++ Developers* from the main [Eclipse IDE download site](https://www.eclipse.org/downloads/packages/). Alternatively Eclipse CDT can be installed into an existing Eclipse installation using this p2 URL: `https://download.eclipse.org/tools/cdt/releases/latest/` ([see how](https://help.eclipse.org/topic/org.eclipse.platform.doc.user/tasks/tasks-127.htm))