diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/HalBrowserMvcEndpoint.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/HalBrowserMvcEndpoint.java index de5edd2571..2ff4beed22 100644 --- a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/HalBrowserMvcEndpoint.java +++ b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/HalBrowserMvcEndpoint.java @@ -54,7 +54,7 @@ public class HalBrowserMvcEndpoint extends HalJsonMvcEndpoint new HalBrowserLocation("classpath:/META-INF/spring-data-rest/hal-browser/", "index.html"), new HalBrowserLocation( - "classpath:/META-INF/resources/webjars/hal-browser/9f96c74/", + "classpath:/META-INF/resources/webjars/hal-browser/3325375/", "browser.html") }; private HalBrowserLocation location;