Skip to content

Commit 72268a2

Browse files
committed
Switch livereload links to https
1 parent cd53715 commit 72268a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-devtools/src/main/java/org/springframework/boot/devtools/livereload/LiveReloadServer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@
3636
import org.springframework.util.Assert;
3737

3838
/**
39-
* A <a href="http://livereload.com">livereload</a> server.
39+
* A <a href="https://github.com/livereload">livereload</a> server.
4040
*
4141
* @author Phillip Webb
4242
* @since 1.3.0
43-
* @see <a href="http://livereload.com">livereload.com</a>
4443
*/
4544
public class LiveReloadServer {
4645

0 commit comments

Comments
 (0)