Skip to content

Commit d9b61c4

Browse files
committed
Update link to App Engine's Spring Boot sample
Closes gh-22607
1 parent 0a01875 commit d9b61c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ To run in App Engine, you can create a project in the UI first, which sets up a
399399
Add a Java app to the project and leave it empty and then use the https://cloud.google.com/sdk/install[Google Cloud SDK] to push your Spring Boot app into that slot from the command line or CI build.
400400

401401
App Engine Standard requires you to use WAR packaging.
402-
Follow https://github.com/GoogleCloudPlatform/getting-started-java/blob/master/appengine-standard-java8/springboot-appengine-standard/README.md[these steps] to deploy App Engine Standard application to Google Cloud.
402+
Follow https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine-java8/springboot-helloworld/README.md[these steps] to deploy App Engine Standard application to Google Cloud.
403403

404404
Alternatively, App Engine Flex requires you to create an `app.yaml` file to describe the resources your app requires.
405405
Normally, you put this file in `src/main/appengine`, and it should resemble the following file:

0 commit comments

Comments
 (0)