Skip to content

Commit a51765d

Browse files
izeyephilwebb
authored andcommitted
Fix broken documentation links
Update links following recent project restructure. Closes gh-10601
1 parent c98d6b2 commit a51765d

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/build-tool-plugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Here is a typical example repackage:
385385
[[build-tool-plugins-whats-next]]
386386
== What to read next
387387
If you're interested in how the build tool plugins work you can
388-
look at the {github-code}/spring-boot-tools[`spring-boot-tools`] module on GitHub. More
388+
look at the {github-code}/spring-boot-project/spring-boot-tools[`spring-boot-tools`] module on GitHub. More
389389
technical details of the <<appendix-executable-jar-format.adoc#executable-jar, executable
390390
jar format>> are covered in the appendix.
391391

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ You can download the Spring CLI distribution from the Spring software repository
270270
Cutting edge http://repo.spring.io/snapshot/org/springframework/boot/spring-boot-cli/[snapshot distributions]
271271
are also available.
272272

273-
Once downloaded, follow the {github-raw}/spring-boot-cli/src/main/content/INSTALL.txt[INSTALL.txt]
273+
Once downloaded, follow the {github-raw}/spring-boot-project/spring-boot-cli/src/main/content/INSTALL.txt[INSTALL.txt]
274274
instructions from the unpacked archive. In summary: there is a `spring` script
275275
(`spring.bat` for Windows) in a `bin/` directory in the `.zip` file, or alternatively you
276276
can use `java -jar` with the `.jar` file (the script helps you to be sure that the

spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2449,7 +2449,7 @@ Jackson's date serialization configuration settings.
24492449
If you use a Maven build that inherits directly or indirectly from `spring-boot-dependencies`
24502450
(for instance `spring-boot-starter-parent`) but you want to override a specific
24512451
third-party dependency you can add appropriate `<properties>` elements. Browse
2452-
the {github-code}/spring-boot-dependencies/pom.xml[`spring-boot-dependencies`]
2452+
the {github-code}/spring-boot-project/spring-boot-dependencies/pom.xml[`spring-boot-dependencies`]
24532453
POM for a complete list of properties. For example, to pick a different `slf4j` version
24542454
you would add the following:
24552455

spring-boot-project/spring-boot-docs/src/main/asciidoc/index.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
1818
:github-wiki: https://github.com/{github-repo}/wiki
1919
:github-master-code: https://github.com/{github-repo}/tree/master
2020
:sc-ext: java
21-
:sc-spring-boot: {github-code}/spring-boot/src/main/java/org/springframework/boot
22-
:sc-spring-boot-autoconfigure: {github-code}/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure
23-
:sc-spring-boot-actuator: {github-code}/spring-boot-actuator/src/main/java/org/springframework/boot/actuate
24-
:sc-spring-boot-actuator-autoconfigure: {github-code}/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure
25-
:sc-spring-boot-cli: {github-code}/spring-boot-cli/src/main/java/org/springframework/boot/cli
26-
:sc-spring-boot-devtools: {github-code}/spring-boot-devtools/src/main/java/org/springframework/boot/devtools
27-
:sc-spring-boot-test: {github-code}/spring-boot-test/src/main/java/org/springframework/boot/test
28-
:sc-spring-boot-test-autoconfigure: {github-code}/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure
21+
:sc-spring-boot: {github-code}/spring-boot-project/spring-boot/src/main/java/org/springframework/boot
22+
:sc-spring-boot-autoconfigure: {github-code}/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure
23+
:sc-spring-boot-actuator: {github-code}/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate
24+
:sc-spring-boot-actuator-autoconfigure: {github-code}/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure
25+
:sc-spring-boot-cli: {github-code}/spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli
26+
:sc-spring-boot-devtools: {github-code}/spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools
27+
:sc-spring-boot-test: {github-code}/spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test
28+
:sc-spring-boot-test-autoconfigure: {github-code}/spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure
2929
:dc-ext: html
3030
:dc-root: http://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/api
3131
:dc-spring-boot: {dc-root}/org/springframework/boot

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ unless you enable Spring MVC as well.>>
1717

1818
[[production-ready-enabling]]
1919
== Enabling production-ready features
20-
The {github-code}/spring-boot-actuator[`spring-boot-actuator`] module provides all of
20+
The {github-code}/spring-boot-project/spring-boot-actuator[`spring-boot-actuator`] module provides all of
2121
Spring Boot's production-ready features. The simplest way to enable the features is to add
2222
a dependency to the `spring-boot-starter-actuator` '`Starter`'.
2323

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ further information.
469469

470470
[[cli-whats-next]]
471471
== What to read next
472-
There are some {github-code}/spring-boot-cli/samples[sample groovy
472+
There are some {github-code}/spring-boot-project/spring-boot-cli/samples[sample groovy
473473
scripts] available from the GitHub repository that you can use to try out the
474474
Spring Boot CLI. There is also extensive Javadoc throughout the
475475
{sc-spring-boot-cli}[source code].

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6650,7 +6650,7 @@ when relevant classes are found and when you have not declared your own `@Config
66506650

66516651
You can browse the source code of {sc-spring-boot-autoconfigure}[`spring-boot-autoconfigure`]
66526652
to see the `@Configuration` classes that we provide (see the
6653-
{github-code}/spring-boot-autoconfigure/src/main/resources/META-INF/spring.factories[`META-INF/spring.factories`]
6653+
{github-code}/spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/spring.factories[`META-INF/spring.factories`]
66546654
file).
66556655

66566656

spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ add the following to your `pom.xml`.
102102
</properties>
103103
----
104104

105-
TIP: Check the {github-code}/spring-boot-dependencies/pom.xml[`spring-boot-dependencies` pom]
105+
TIP: Check the {github-code}/spring-boot-project/spring-boot-dependencies/pom.xml[`spring-boot-dependencies` pom]
106106
for a list of supported properties.
107107

108108

@@ -313,7 +313,7 @@ or swap specific technical facets:
313313
include::../../../target/generated-resources/technical-starters.adoc[]
314314

315315
TIP: For a list of additional community contributed starters, see the
316-
{github-master-code}/spring-boot-starters/README.adoc[README file] in the
316+
{github-master-code}/spring-boot-project/spring-boot-starters/README.adoc[README file] in the
317317
`spring-boot-starters` module on GitHub.
318318

319319

spring-boot-project/spring-boot-docs/src/main/groovy/generateAutoConfigurationClassTables.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def generateAutoConfigurationClassTable(String module, File factories, PrintWrit
1414

1515
getAutoConfigurationClasses(factories).each {
1616
writer.println ''
17-
writer.println "| {github-code}/$module/src/main/java/$it.path.{sc-ext}[`$it.name`]"
17+
writer.println "| {github-code}/spring-boot-project/$module/src/main/java/$it.path.{sc-ext}[`$it.name`]"
1818
writer.println "| {dc-root}/$it.path.{dc-ext}[javadoc]"
1919
}
2020

spring-boot-project/spring-boot-docs/src/main/groovy/generateStarterTables.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def getStarters(File dir) {
1111
'name': name,
1212
'description': postProcessDescription(pom.description.text()),
1313
'dependencies': dependencies,
14-
'pomUrl': "{github-code}/spring-boot-starters/$name/pom.xml"
14+
'pomUrl': "{github-code}/spring-boot-project/spring-boot-starters/$name/pom.xml"
1515
]
1616
}
1717
}
@@ -73,4 +73,4 @@ def writeTable(String name, def starters) {
7373
def starters = getStarters(new File(project.build.directory, 'external-resources/starter-poms'))
7474
writeTable('application-starters', starters.findAll { isApplicationStarter(it) })
7575
writeTable('production-starters', starters.findAll { isProductionStarter(it) })
76-
writeTable('technical-starters', starters.findAll { isTechnicalStarter(it) })
76+
writeTable('technical-starters', starters.findAll { isTechnicalStarter(it) })

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/asciidoc/managing-dependencies.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include::../gradle/managing-dependencies/dependencies.gradle[tags=dependencies]
2222

2323
The `spring-boot-dependencies` bom that is automatically imported when the dependency
2424
management plugin is applied uses properties to control the versions of the dependencies
25-
that it manages. Please refer to the {github-code}/spring-boot-dependencies/pom.xml[bom]
25+
that it manages. Please refer to the {github-code}/spring-boot-project/spring-boot-dependencies/pom.xml[bom]
2626
for a complete list of these properties.
2727

2828
To customize a managed version you set its corresponding property. For example, to
@@ -43,4 +43,4 @@ be done with care.
4343
=== Learning more
4444

4545
To learn more about the capabilities of the dependency management plugin, please refer to
46-
its {dependency-management-plugin-documentation}[documentation].
46+
its {dependency-management-plugin-documentation}[documentation].

0 commit comments

Comments
 (0)