From 2655122466b9c3bc3539637f8dbea2340b106e5b Mon Sep 17 00:00:00 2001 From: Tetsuya Hasegawa Date: Sun, 5 May 2019 08:02:05 +0900 Subject: [PATCH] Add link to Heroku article See gh-16719 --- .../spring-boot-docs/src/main/asciidoc/deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc index d3b13e3cb9..9e48b7684a 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -224,7 +224,7 @@ deployments is to `git push` the code to production, as shown in the following e * [new branch] master -> master ---- -Your application should now be up and running on Heroku. +For a detailed guide, refer to [this article](https://devcenter.heroku.com/articles/deploying-spring-boot-apps-to-heroku) by Heroku.