Skip to content

Commit 107c47f

Browse files
author
Jay Bryant
committed
Fixing image path
Set the image path to the correct value
1 parent 2d5864d commit 107c47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://www.jrebel.com/blog/2020-java-technology-report[+++Spring and Spring Boo
1414
It is also increasingly clear that technologies such as Docker and Kubernetes
1515
https://tanzu.vmware.com/content/ebooks/state-of-spring-2020[+++play an important role in the Spring community+++].
1616

17-
image:extracted-media/media/image1.png[image,width=624,height=440]
17+
https://github.com/spring-guides/top-spring-on-kubernetes/raw/master/extracted-media/media/image1.png[image,width=624,height=440]
1818

1919
https://spring.io/guides/gs/spring-boot-docker/[+++Packing your Spring Boot app in a Docker container+++] and deploying
2020
that application to Kubernetes has been possible for a while now and took very little effort. Due to the
@@ -508,4 +508,4 @@ of Spring Boot has always been to make building and running Java applications as
508508
that, no matter how you choose to run your application. Building cloud-native applications with Kubernetes involves
509509
nothing more than creating an image that uses Spring Boot’s built-in image builder and taking advantage of the capabilities
510510
of the Kubernetes platform. In part two of our look at Spring Boot and Kubernetes, we will look at how Spring Cloud fits
511-
into this story.
511+
into this story.

0 commit comments

Comments
 (0)