From 88bbab374dbfe02efaae8fa7f4ce519ade816662 Mon Sep 17 00:00:00 2001 From: Jonny Coddington Date: Sat, 30 Sep 2023 18:15:17 +0100 Subject: [PATCH] Remove link to LiveReload website due to timeout See gh-37643 --- .../spring-boot-docs/src/docs/asciidoc/using/devtools.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc index f4122a2cf4e..019ceab0be6 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/using/devtools.adoc @@ -269,7 +269,7 @@ If you find such a problem, you need to request a fix with the original authors. [[using.devtools.livereload]] === LiveReload The `spring-boot-devtools` module includes an embedded LiveReload server that can be used to trigger a browser refresh when a resource is changed. -LiveReload browser extensions are freely available for Chrome, Firefox and Safari from http://livereload.com/extensions/[livereload.com]. +LiveReload browser extensions are freely available for Chrome, Firefox and Safari. You can find these extensions by searching 'LiveReload' in the marketplace or store of your chosen browser. If you do not want to start the LiveReload server when your application runs, you can set the configprop:spring.devtools.livereload.enabled[] property to `false`.