From 21914ec154b60c479a5e8673c6bbe73af3b6c564 Mon Sep 17 00:00:00 2001 From: Chris Bailey Date: Mon, 25 Apr 2016 13:47:32 -0400 Subject: [PATCH] Fix STS link in CONTRIBUTING.adoc Closes gh-5796 --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index f9d1ebda364..3809f07b762 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -65,7 +65,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 -http://www.springsource.com/developer/sts[Spring Tools Suite] or +https://spring.io/tools/sts[Spring Tools Suite] or http://eclipse.org[Eclipse] when working with the code. We use the http://eclipse.org/m2e/[M2Eclipse] eclipse plugin for maven support. Other IDEs and tools should also work without issue.