From f96dd1a385c249b1a2392d0e655eb403a8347ee5 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 4 Mar 2025 11:43:53 -0500 Subject: [PATCH] Replace dead link to Bracketeer Replace dead link https://marketplace.eclipse.org/content/bracketeer-cc-cdt with https://marketplace.eclipse.org/content/bracketeer2 . Fixes issue #948 . Co-authored-by: Julian L. <111023244+juli-99@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b397dad2b6e..f33156663f1 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ There are many third-party addons for CDT to make it more productive. * [Sloeber](http://eclipse.baeyens.it/): Eclipse Plugins based on Arduino toolchains or a enhanced Arduino IDE. * [SonarQube for Eclipse](https://marketplace.eclipse.org/content/sonarqube-ide): Eclipse plug-in for static analysis for quality and security issues in your C/C++ code directly inside the IDE. * [CUTE](https://cute-test.com/): C++ unit testing plug-in -* [Bracketeer](https://marketplace.eclipse.org/content/bracketeer-cc-cdt): Auto-comments on closing brackets and highlight of matching/mismatching brackets +* [Bracketeer2](https://marketplace.eclipse.org/content/bracketeer2): Auto-comments on closing brackets and highlight of matching/mismatching brackets * And many more in the [Eclipse Marketplace](https://marketplace.eclipse.org/), for example, try the [CDT tag](https://marketplace.eclipse.org/category/free-tagging/cdt) _Have a tool that you want listed here? Please open a [PR](https://github.com/eclipse-cdt/cdt/pulls)_