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 76c240b commit e481360Copy full SHA for e481360
src/main/java/org/apache/commons/net/util/SubnetUtils.java
@@ -25,7 +25,7 @@
25
/**
26
* Performs subnet calculations given a network address and a subnet mask.
27
*
28
- * @see "http://www.faqs.org/rfcs/rfc1519.html"
+ * @see "https://datatracker.ietf.org/doc/html/rfc1519"
29
* @since 2.0
30
*/
31
public class SubnetUtils {
0 commit comments