From 7320a7fdf26b4d5fe45b005a4a1a4a455030c527 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Tue, 10 Jun 2025 21:15:12 +0700 Subject: [PATCH] Update sts link Signed-off-by: Tran Ngoc Nhan --- docs/modules/ROOT/partials/building.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/partials/building.adoc b/docs/modules/ROOT/partials/building.adoc index 7fe1576e..36e69a07 100644 --- a/docs/modules/ROOT/partials/building.adoc +++ b/docs/modules/ROOT/partials/building.adoc @@ -45,7 +45,7 @@ a modified file in the correct place. Just commit it and push the change. [[working-with-the-code]] == Working with the code If you don't have an IDE preference we would recommend that you use -https://www.springsource.com/developer/sts[Spring Tools Suite] or +https://spring.io/tools[Spring Tools Suite] or https://eclipse.org[Eclipse] when working with the code. We use the https://eclipse.org/m2e/[m2eclipse] eclipse plugin for maven support. Other IDEs and tools should also work without issue as long as they use Maven 3.3.3 or better.