From 83184f5c54501aa4f403ffdcaa806275c83c9ec8 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Mon, 24 Feb 2025 09:35:10 -0800 Subject: [PATCH] Fix broken spring boot link Fixes: https://github.com/moderneinc/moderne-docs/issues/191 --- .../moderne-platform/how-to-guides/vulnerable-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-documentation/moderne-platform/how-to-guides/vulnerable-dependencies.md b/docs/user-documentation/moderne-platform/how-to-guides/vulnerable-dependencies.md index e87c47a7..4e626b41 100644 --- a/docs/user-documentation/moderne-platform/how-to-guides/vulnerable-dependencies.md +++ b/docs/user-documentation/moderne-platform/how-to-guides/vulnerable-dependencies.md @@ -118,7 +118,7 @@ For other issues, though, you'll need to consider larger and more complex recipe Some notable migration/refactoring recipes include: -* [Migrating to Spring Boot 3.4](https://docs.openrewrite.org/recipes/recipe/spring/boot3/upgradespringboot_3_4) +* [Migrating to Spring Boot 3.4](https://docs.openrewrite.org/recipes/java/spring/boot3/upgradespringboot_3_4) * [Migrating from Micronaut 3.x to 4.x](https://docs.openrewrite.org/recipes/java/micronaut/micronaut3to4migration) * [Migrating from Quarkus 1 to 2](https://docs.openrewrite.org/recipes/quarkus/quarkus2/quarkus1to2migration)