From 89765d7cceb1c48a270e8c0f32abc705d4b0080c Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Sun, 16 Mar 2025 00:31:33 +0700 Subject: [PATCH 1/2] Fix redhat architect guide Signed-off-by: Tran Ngoc Nhan --- .../src/docs/antora/modules/how-to/pages/deployment/cloud.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc index 078082721275..8178a2ebdd9d 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc @@ -244,7 +244,7 @@ For more details, see https://devcenter.heroku.com/articles/deploying-spring-boo https://www.openshift.com/[OpenShift] has many resources describing how to deploy Spring Boot applications, including: * https://blog.openshift.com/using-openshift-enterprise-grade-spring-boot-deployments/[Using the S2I builder] -* https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/spring_boot_microservices_on_red_hat_openshift_container_platform_3/[Architecture guide] +* https://github.com/RHsyseng/spring-boot-msa-ocp[Architecture guide] * https://blog.openshift.com/using-spring-boot-on-openshift/[Running as a traditional web application on Wildfly] * https://blog.openshift.com/openshift-commons-briefing-96-cloud-native-applications-spring-rhoar/[OpenShift Commons Briefing] From 53044916d26aa79494ec592069a195fa685f2449 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Mon, 17 Mar 2025 18:15:32 +0700 Subject: [PATCH 2/2] Remove redhat architect guide link Signed-off-by: Tran Ngoc Nhan --- .../src/docs/antora/modules/how-to/pages/deployment/cloud.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc index 8178a2ebdd9d..d1e3bcb83d9c 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc @@ -244,7 +244,6 @@ For more details, see https://devcenter.heroku.com/articles/deploying-spring-boo https://www.openshift.com/[OpenShift] has many resources describing how to deploy Spring Boot applications, including: * https://blog.openshift.com/using-openshift-enterprise-grade-spring-boot-deployments/[Using the S2I builder] -* https://github.com/RHsyseng/spring-boot-msa-ocp[Architecture guide] * https://blog.openshift.com/using-spring-boot-on-openshift/[Running as a traditional web application on Wildfly] * https://blog.openshift.com/openshift-commons-briefing-96-cloud-native-applications-spring-rhoar/[OpenShift Commons Briefing]