Browse Source

Polish "Add link to Heroku article"

Closes gh-16719
pull/16730/head
Stephane Nicoll 7 years ago
parent
commit
d8f1bd351f
  1. 4
      spring-boot-project/spring-boot-docs/src/main/asciidoc/deployment.adoc

4
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 @@ -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].

Loading…
Cancel
Save