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

commit 63a712023811facf3e1032e573007913dcb067e1
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 4 06:47:17 2025 -0500

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

diff --git a/src/main/java/org/apache/commons/net/ftp/FTP.java 
b/src/main/java/org/apache/commons/net/ftp/FTP.java
index 98d67336..f84e0eb4 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTP.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTP.java
@@ -511,7 +511,7 @@ public class FTP extends SocketClient {
      * <li>EPRT |2|1080::8:800:200C:417A|5282|</li>
      * </ul>
      *
-     * @see "http://www.faqs.org/rfcs/rfc2428.html";
+     * @see "https://datatracker.ietf.org/doc/html/rfc2428";
      * @param host The host owning the port.
      * @param port The new port.
      * @return The reply code received from the server.

Reply via email to