We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd53715 commit 72268a2Copy full SHA for 72268a2
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/livereload/LiveReloadServer.java
@@ -36,11 +36,10 @@
36
import org.springframework.util.Assert;
37
38
/**
39
- * A <a href="http://livereload.com">livereload</a> server.
+ * A <a href="https://github.com/livereload">livereload</a> server.
40
*
41
* @author Phillip Webb
42
* @since 1.3.0
43
- * @see <a href="http://livereload.com">livereload.com</a>
44
*/
45
public class LiveReloadServer {
46
0 commit comments