diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties index f1c56c0503..96c36c296d 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties @@ -384,7 +384,7 @@ boot-features-kotlin=features.kotlin boot-features-kotlin-requirements=features.kotlin.requirements boot-features-kotlin-null-safety=features.kotlin.null-safety boot-features-kotlin-api=features.kotlin.api -boot-features-kotlin-api-runapplication=features.kotlin.api.?run-application +boot-features-kotlin-api-runapplication=features.kotlin.api.run-application boot-features-kotlin-api-extensions=features.kotlin.api.extensions boot-features-kotlin-dependency-management=features.kotlin.dependency-management boot-features-kotlin-configuration-properties=features.kotlin.configuration-properties @@ -667,7 +667,7 @@ howto-jms-disable-transaction=howto.messaging.disable-transacted-jms-session howto-batch-applications=howto.batch howto-spring-batch-specifying-a-data-source=howto.batch.specifying-a-data-source howto-spring-batch-running-jobs-on-startup=howto.batch.running-jobs-on-startup -howto-spring-batch-running-command-line=howto.batch.?running-from-the-command-line +howto-spring-batch-running-command-line=howto.batch.running-from-the-command-line howto-spring-batch-storing-job-repository=howto.batch.storing-job-repository howto-actuator=howto.actuator howto-change-the-http-port-or-address-of-the-actuator-endpoints=howto.actuator.change-http-port-or-address diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/kotlin.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/kotlin.adoc index d18395caaa..056a9748d9 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/kotlin.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/kotlin.adoc @@ -53,7 +53,7 @@ Also be aware that Spring Boot's own API is {github-issues}10712[not yet annotat -[[features.kotlin.api.?run-application]] +[[features.kotlin.api.run-application]] ==== runApplication Spring Boot provides an idiomatic way to run an application with `runApplication(*args)` as shown in the following example: