From b7baf6d38120ca46701b8a7bf224ba82f07d1511 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 2 Dec 2017 08:57:28 +0100 Subject: [PATCH] Fix broken link Closes gh-11244 --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 3abba7ea8e..9f7d7e48a6 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2030,7 +2030,7 @@ then you need to define your own `@Bean` of type `LocalEntityManagerFactoryBean` id '`entityManagerFactory`', and set the persistence unit name there. See -https://github.com/spring-projects/spring-boot/blob/master/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/orm/jpa/JpaBaseConfiguration.java[`JpaBaseConfiguration`] +{sc-spring-boot-autoconfigure}/orm/jpa/JpaBaseConfiguration.{sc-ext}[`JpaBaseConfiguration`] for the default settings.