diff --git a/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc b/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc index a5ac8053d6..1dfda097ac 100644 --- a/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc +++ b/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc @@ -33,7 +33,7 @@ Having trouble with Spring Boot, We'd like to help! * Learn the Spring basics -- Spring Boot is builds on many other Spring projects, check the http://spring.io[spring.io] web-site for a wealth of reference documentation. If you are just starting out with Spring, try one of the http://spring.io/guides[guides]. -* Ask a questions - we monitor http://stackoverflow.com[stackoverflow.com] for questions +* Ask a question - we monitor http://stackoverflow.com[stackoverflow.com] for questions tagged with http://stackoverflow.com/tags/spring-boot[`spring-boot`]. * Report bugs with Spring Boot at https://github.com/spring-projects/spring-boot/issues. @@ -42,7 +42,7 @@ with the docs; or if you just want to improve them, please <> * *From scratch:* @@ -106,7 +106,7 @@ Need more details about Spring Boot's core features? == Moving to production -When your ready to push your Spring Boot application to production, we've got +When you're ready to push your Spring Boot application to production, we've got <>! * *Management endpoints:*