From 545f046745cb22d3d3dbeda0f3c04d4d7acb85f4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 16 Mar 2014 23:11:50 -0700 Subject: [PATCH] Minor doc polish --- .../src/main/asciidoc/documentation-overview.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc b/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc index 524e2cb13c4..32fec2c3fa7 100644 --- a/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc +++ b/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc @@ -15,13 +15,13 @@ fashion, or you can skip sections if something doesn't interest you. Having trouble with Spring Boot, We'd like to help! * Try the <> -- they provide solutions to the most common - questions + questions. * 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] + 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 - tagged with http://stackoverflow.com/tags/spring-boot[`spring-boot`] -* Report bugs with Spring Boot at https://github.com/spring-projects/spring-boot/issues + tagged with http://stackoverflow.com/tags/spring-boot[`spring-boot`]. +* Report bugs with Spring Boot at https://github.com/spring-projects/spring-boot/issues. NOTE: All of Spring Boot is open source, including the documentation! If you find problems with the docs; or if you just want to improve them, please <>.