Skip to content

Commit

Permalink
Update README links following move to pure Asciidoctor
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Dec 21, 2018
1 parent 6013146 commit 8fa1b17
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= Spring Boot image:https://ci.spring.io/api/v1/teams/spring-boot/pipelines/spring-boot/jobs/build/badge["Build Status", link="https://ci.spring.io/teams/spring-boot/pipelines/spring-boot?groups=Build"] image:https://badges.gitter.im/Join Chat.svg["Chat",link="https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
:docs: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference
:github: https://github.com/spring-projects/spring-boot

Spring Boot makes it easy to create Spring-powered, production-grade applications and
services with absolute minimum fuss. It takes an opinionated view of the Spring platform
Expand All @@ -22,12 +23,11 @@ diverge from the defaults
== Installation and Getting Started
The {docs}/htmlsingle/[reference documentation] includes detailed
{docs}/htmlsingle/#getting-started-installing-spring-boot[installation instructions]
as well as a comprehensive {docs}/htmlsingle/#getting-started-first-application[``getting
started``] guide. Documentation is published in {docs}/htmlsingle/[HTML],
{docs}/pdf/spring-boot-reference.pdf[PDF] and {docs}/epub/spring-boot-reference.epub[EPUB]
formats.
The {docs}/html/[reference documentation] includes detailed
{docs}/html/getting-started.html#getting-started-installing-spring-boot[installation
instructions] as well as a comprehensive
{docs}/html/getting-started.html#getting-started-first-application[``getting started``]
guide.

Here is a quick teaser of a complete Spring Boot application in Java:

Expand Down Expand Up @@ -58,28 +58,28 @@ Here is a quick teaser of a complete Spring Boot application in Java:
== Getting help
Having trouble with Spring Boot? We'd like to help!

* Check the {docs}/htmlsingle/[reference documentation], especially the
{docs}/htmlsingle/#howto[How-to's] -- they provide solutions to the most common
* Check the {docs}/html/[reference documentation], especially the
{docs}html/howto.html#howto[How-to's] -- they provide solutions to the most common
questions.
* Learn the Spring basics -- Spring Boot builds on many other Spring projects, check
the https://spring.io[spring.io] web-site for a wealth of reference documentation. If
you are just starting out with Spring, try one of the https://spring.io/guides[guides].
* If you are upgrading, read the https://github.com/spring-projects/spring-boot/wiki[release notes]
for upgrade instructions and "new and noteworthy" features.
* If you are upgrading, read the {github}/wiki[release notes] for upgrade instructions and
"new and noteworthy" features.
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions
tagged with https://stackoverflow.com/tags/spring-boot[`spring-boot`]. You can also chat
with the community on https://gitter.im/spring-projects/spring-boot[Gitter].
* Report bugs with Spring Boot at https://github.com/spring-projects/spring-boot/issues[github.com/spring-projects/spring-boot/issues].
* Report bugs with Spring Boot at {github}/[github.com/spring-projects/spring-boot/issues].



== Reporting Issues
Spring Boot uses GitHub's integrated issue tracking system to record bugs and feature
requests. If you want to raise an issue, please follow the recommendations below:

* Before you log a bug, please https://github.com/spring-projects/spring-boot/search?type=Issues[search the issue tracker]
* Before you log a bug, please {github}/search?type=Issues[search the issue tracker]
to see if someone has already reported the problem.
* If the issue doesn't already exist, https://github.com/spring-projects/spring-boot/issues/new[create a new issue].
* If the issue doesn't already exist, {github}/issues/new[create a new issue].
* Please provide as much information as possible with the issue report, we like to know
the version of Spring Boot that you are using, as well as your Operating System and
JVM version.
Expand Down

0 comments on commit 8fa1b17

Please sign in to comment.