Skip to content

Commit e614112

Browse files
committed
Fix documentation link
1 parent 9e2fbee commit e614112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-eclipse-store/src/main/java/software/xdev/spring/data/eclipse/store/repository/config/EclipseStoreClientConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ protected boolean shouldShutdownStorageOnContextClosed()
185185
LOG.warn("Will shut down storage because Spring Boot DevTools Restarting is active. "
186186
+ "This may cause some unexpected behavior. "
187187
+ "For more information have a look at "
188-
+ "https://spring-eclipsestore.xdev.software/known-issues.html#_spring_developer_tools");
188+
+ "https://spring-eclipsestore.xdev.software/known-issues.html#spring-dev-tools");
189189
}
190190
return enabled;
191191
}

0 commit comments

Comments
 (0)