From 20d1f37a76581e7386c02a9aca647a6863ed5dfe Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Fri, 21 Feb 2025 16:00:00 +0100 Subject: [PATCH] Update proof-of-value.md --- .../moderne-platform/getting-started/proof-of-value.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md b/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md index e15f130f..824fa52b 100644 --- a/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md +++ b/docs/administrator-documentation/moderne-platform/getting-started/proof-of-value.md @@ -64,7 +64,7 @@ _Ordered from least complex to most complex_ * [Java 8 to 11](https://app.moderne.io/recipes/org.openrewrite.java.migrate.Java8toJava11) * [Java 11 to 21](https://app.moderne.io/recipes/org.openrewrite.java.migrate.UpgradeToJava21) * [Spring Boot 1 to 2](https://app.moderne.io/recipes/org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7) - * [Spring Boot 3.4 best practices](https://app.moderne.io/recipes/io.moderne.recipe.spring.boot3.SpringBoot3BestPractices) + * [Spring Boot 3.4 best practices](https://app.moderne.io/recipes/io.moderne.java.spring.boot3.SpringBoot3BestPractices) * Custom migrations. Custom recipes can be developed to help with internal platform API management, EJB to Spring migrations, etc. Major migrations are complex transformations consisting of multiple individual recipes. At some point, these transformations represent one-off use cases and there are diminishing returns from trying to automate them fully. Mostly, they will lift your applications 80-90% of the way to completion with the remainder requiring some manual actions expected to be taken by developers.