From ef2ccbc7d6c0c101efdba439649aa3b195c56e33 Mon Sep 17 00:00:00 2001 From: Sebastiaan Fernandez Date: Thu, 9 Jul 2020 01:26:11 +0200 Subject: [PATCH] Fix dead link url and name of the STS download link See gh-22274 --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 5ca6c4c0479..9d81b060a53 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -76,7 +76,7 @@ added after the original pull request but before a merge. == Working with the Code If you don't have an IDE preference we would recommend that you use -https://spring.io/tools/sts[Spring Tools Suite] or +https://spring.io/tools[Spring Tool Suite] or https://eclipse.org[Eclipse] when working with the code. We use the https://projects.eclipse.org/projects/tools.buildship[Buildship] Eclipse plugin for Gradle support. Other IDEs and tools should also work without issue.