Skip to content

Commit 3d29359

Browse files
anbusampathwilkinsona
authored andcommitted
Update README to fix links to the docs
See gh-41531
1 parent b7ff40e commit 3d29359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Spring Boot image:https://github.com/spring-projects/spring-boot/actions/workflows/build-and-deploy-snapshot.yml/badge.svg?branch=main["Build Status", link="https://github.com/spring-projects/spring-boot/actions/workflows/build-and-deploy-snapshot.yml?query=branch%3Amain"] 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"] image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?&search.rootProjectNames=Spring%20Boot%20Build&search.rootProjectNames=spring-boot-build"]
22

3-
:docs: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference
3+
:docs: https://docs.spring.io/spring-boot/3.3-SNAPSHOT
44
:github: https://github.com/spring-projects/spring-boot
55

66
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
@@ -20,7 +20,7 @@ Our primary goals are:
2020
2121
== Installation and Getting Started
2222

23-
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.
23+
The {docs}[reference documentation] includes detailed {docs}/installing.html[installation instructions] as well as a comprehensive {docs}/tutorial/first-application/index.html[``getting started``] guide.
2424

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

@@ -52,7 +52,7 @@ public class Example {
5252

5353
Are you having trouble with Spring Boot? We want to help!
5454

55-
* Check the {docs}/html/[reference documentation], especially the {docs}/html/howto.html#howto[How-to's] -- they provide solutions to the most common questions.
55+
* Check the {docs}/[reference documentation], especially the {docs}/how-to/index.html[How-to's] -- they provide solutions to the most common questions.
5656
* Learn the Spring basics -- Spring Boot builds on many other Spring projects; check the https://spring.io[spring.io] website for a wealth of reference documentation.
5757
If you are new to Spring, try one of the https://spring.io/guides[guides].
5858
* If you are upgrading, read the {github}/wiki[release notes] for upgrade instructions and "new and noteworthy" features.

0 commit comments

Comments
 (0)