From fe3d2c39a0f4cf016c8ceb27dbeab5508c85e65f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 5 Jun 2014 15:39:02 +0100 Subject: [PATCH] Fix broken links in the documentation --- .../src/main/asciidoc/documentation-overview.adoc | 2 +- spring-boot-docs/src/main/asciidoc/getting-started.adoc | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc b/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc index 62aa9a6ad0c..f4359663010 100644 --- a/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc +++ b/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc @@ -38,7 +38,7 @@ Having trouble with Spring Boot, We'd like to help! * 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 <>. +with the docs; or if you just want to improve them, please {github-code}[get involved]. [[boot-documentation-first-steps]] == First steps diff --git a/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-docs/src/main/asciidoc/getting-started.adoc index b64c0458f79..b3b6a04e7ee 100644 --- a/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -157,8 +157,9 @@ installed you can follow the instructions at http://www.gradle.org/. Spring Boot dependencies can be declared using the `org.springframework.boot` `group`. Typically your project will declare dependencies to one or more <>. Spring Boot -provides a useful <> -that can be used to simplify dependency declarations and to create executable jars. +provides a useful <> that can be used to simplify dependency declarations and to create executable +jars. .Gradle Wrapper **** @@ -721,8 +722,8 @@ Hopefully this section has provided you with some of the Spring Boot basics, and on your way to writing your own applications. If you're a task-oriented type of developer you might want to jump over to http://spring.io and check out some of the http://spring.io/guides/[getting started] guides that solve specific -'``How do I do that with Spring''' problems; we also have a Spring Boot specific -'<>' reference documentation. +'``How do I do that with Spring''' problems; we also have Spring Boot-specific +'<>' reference documentation. Otherwise, the next logical step is to read '<>'. If you're really impatient, you could also jump ahead and read about