Skip to content

Commit beb7f7b

Browse files
dreis2211snicoll
authored andcommitted
Avoid some redirects in docs
See gh-26129
1 parent a27f6d9 commit beb7f7b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@
8282
:spring-data-redis: https://spring.io/projects/spring-data-redis
8383
:spring-data-rest-api: https://docs.spring.io/spring-data/rest/docs/{spring-data-rest-version}/api/org/springframework/data/rest
8484
:spring-framework: https://spring.io/projects/spring-framework
85-
:spring-framework-api: https://docs.spring.io/spring/docs/{spring-framework-version}/javadoc-api/org/springframework
86-
:spring-framework-docs: https://docs.spring.io/spring/docs/{spring-framework-version}/reference/html
87-
:spring-initializr-docs: https://docs.spring.io/initializr/docs/current/reference/html
85+
:spring-framework-api: https://docs.spring.io/spring-framework/docs/{spring-framework-version}/javadoc-api/org/springframework
86+
:spring-framework-docs: https://docs.spring.io/spring-framework/docs/{spring-framework-version}/reference/html
8887
:spring-integration: https://spring.io/projects/spring-integration
8988
:spring-integration-docs: https://docs.spring.io/spring-integration/docs/{spring-integration-version}/reference/html/
9089
:spring-kafka-docs: https://docs.spring.io/spring-kafka/docs/{spring-kafka-version}/reference/html/

spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ To learn about securing this file appropriately, see <<deployment-initd-service-
842842
=== Microsoft Windows Services
843843
A Spring Boot application can be started as a Windows service by using https://github.com/kohsuke/winsw[`winsw`].
844844

845-
A (https://github.com/snicoll-scratches/spring-boot-daemon[separately maintained sample]) describes step-by-step how you can create a Windows service for your Spring Boot application.
845+
A (https://github.com/snicoll/spring-boot-daemon[separately maintained sample]) describes step-by-step how you can create a Windows service for your Spring Boot application.
846846

847847

848848

spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ If you need to solve a specific problem, check there first.
346346
347347
You can shortcut the steps below by going to https://start.spring.io and choosing the "Web" starter from the dependencies searcher.
348348
Doing so generates a new project structure so that you can <<getting-started-first-application-code,start coding right away>>.
349-
Check the {spring-initializr-docs}/#user-guide[Spring Initializr documentation] for more details.
349+
Check the https://github.com/spring-io/start.spring.io/blob/main/USING.adoc[start.spring.io user guide] for more details.
350350
====
351351

352352
Before we begin, open a terminal and run the following commands to ensure that you have valid versions of Java and Maven installed:

0 commit comments

Comments
 (0)