From 9009ae42642cf4b3d89b33ac11d88371a25799c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 30 Jul 2025 10:57:41 +0200 Subject: [PATCH] update cppcheck url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baa13e8..660047f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Java CI](https://github.com/kwin/cppcheclipse/workflows/Java%20CI/badge.svg) -cppcheclipse is an Eclipse plugin which integrates [cppcheck](http://sourceforge.net/projects/cppcheck/) with the [CDT project](https://eclipse.org/cdt/). You can run/configure cppcheck from the Eclipse UI. +cppcheclipse is an Eclipse plugin which integrates [cppcheck](https://cppcheck.sourceforge.io) with the [CDT project](https://eclipse.org/cdt/). You can run/configure cppcheck from the Eclipse UI. To build the project on the command line it requires maven, Run the following commands: ```bash