Skip to content

Commit 342a98a

Browse files
committed
Merge pull request #22839 from dreis2211
* pr/22839: Fix some doc anchors Closes gh-22839
2 parents fcab5d6 + 11df821 commit 342a98a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,7 @@ Overriding versions may cause compatibility issues.
24782478

24792479
To override dependency versions with Maven, see {spring-boot-maven-plugin-docs}#using[this section] of the Maven plugin's documentation.
24802480

2481-
To override dependency versions in Gradle, see {spring-boot-gradle-plugin-docs}#managing-dependencies-customizing[this section] of the Gradle plugin's documentation.
2481+
To override dependency versions in Gradle, see {spring-boot-gradle-plugin-docs}#managing-dependencies-dependency-management-plugin-customizing[this section] of the Gradle plugin's documentation.
24822482

24832483

24842484

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ You cannot use a wildcard in a `classpath:` location.
633633

634634

635635
[[boot-features-external-config-files-profile-specific]]
636-
==== Profile Specific Files[[boot-features-external-config-profile-specific-properties]]
636+
==== Profile Specific Files
637637
As well as `application` property files, Spring Boot will also attempt to load profile-specific files using the naming convention `application-\{profile}`.
638638
For example, if your application activates a profile named `prod` and uses YAML files, then both `application.yml` and `application-prod.yml` will be considered.
639639

0 commit comments

Comments
 (0)