diff --git a/platform-includes/getting-started-primer/java.spring-boot.mdx b/platform-includes/getting-started-primer/java.spring-boot.mdx index e5795ccf378fa2..21c0f0a884e244 100644 --- a/platform-includes/getting-started-primer/java.spring-boot.mdx +++ b/platform-includes/getting-started-primer/java.spring-boot.mdx @@ -7,7 +7,7 @@ Sentry's integration with [Spring Boot](https://spring.io/projects/spring-boot) The `sentry-spring-boot-starter` and `sentry-spring-boot-starter-jakarta` libraries enhance [Sentry Spring](/platforms/java/guides/spring/) to: - manage a fine-grained configuration using `application.properties` or `application.yaml` -- automatically include the release when [Spring Boot Git integration is configured](https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto-git-info) +- automatically include the release when [Spring Boot Git integration is configured](https://docs.spring.io/spring-boot/how-to/build.html#howto.build.generate-git-info) - automatically register `BeforeSendCallback`, `BeforeBreadcrumbCallback`, `EventProcessor`, `Integration` beans