From d8f1bd351f29cf2a4a633db74f85ac3fd0d11957 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 6 May 2019 12:12:56 +0200 Subject: [PATCH] Polish "Add link to Heroku article" Closes gh-16719 --- .../spring-boot-docs/src/main/asciidoc/deployment.adoc | 4 +++- 1 file changed, 3 insertions(+), 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 9e48b7684a..154fa1e279 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,9 @@ deployments is to `git push` the code to production, as shown in the following e * [new branch] master -> master ---- -For a detailed guide, refer to [this article](https://devcenter.heroku.com/articles/deploying-spring-boot-apps-to-heroku) by Heroku. +Your application should now be up and running on Heroku. For more details, refer to +https://devcenter.heroku.com/articles/deploying-spring-boot-apps-to-heroku[Deploying +Spring Boot Applications to Heroku].