From 8e04ba7610e4f7ba878c4ffa7d4e9e4980e9dfab Mon Sep 17 00:00:00 2001 From: Judit Knoll Date: Tue, 28 Nov 2023 16:13:50 +0100 Subject: [PATCH] Fix link stuck to earlier version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be01313c00..56daf4aa4bb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ SpotBugs is built using [Gradle](https://gradle.org). The recommended way to obt To see a list of build options, run `gradle tasks` (or `gradlew tasks`). The `build` task will perform a full build and test. To build the SpotBugs plugin for Eclipse, you'll need to create the file `eclipsePlugin/local.properties`, containing a property `eclipseRoot.dir` that points to an Eclipse installation's root directory (see `.github/workflows/release.yml` for an example), then run the build. -To prepare Eclipse environment only, run `./gradlew eclipse`. See also [detailed steps](https://github.com/spotbugs/spotbugs/blob/release-3.1/eclipsePlugin/doc/building_spotbugs_plugin.txt). +To prepare Eclipse environment only, run `./gradlew eclipse`. See also [detailed steps](https://github.com/spotbugs/spotbugs/blob/master/eclipsePlugin/doc/building_spotbugs_plugin.txt). # Using SpotBugs