This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new e4813605 Better link
e4813605 is described below

commit e4813605e616cd4db69225c949dd03d4959a3958
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 4 06:46:05 2025 -0500

    Better link
---
 src/main/java/org/apache/commons/net/util/SubnetUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/util/SubnetUtils.java 
b/src/main/java/org/apache/commons/net/util/SubnetUtils.java
index b2a22575..5fe7fae5 100644
--- a/src/main/java/org/apache/commons/net/util/SubnetUtils.java
+++ b/src/main/java/org/apache/commons/net/util/SubnetUtils.java
@@ -25,7 +25,7 @@ import java.util.stream.StreamSupport;
 /**
  * Performs subnet calculations given a network address and a subnet mask.
  *
- * @see "http://www.faqs.org/rfcs/rfc1519.html";
+ * @see "https://datatracker.ietf.org/doc/html/rfc1519";
  * @since 2.0
  */
 public class SubnetUtils {

Reply via email to