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 d3b13e3cb94..9e48b7684a6 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.