Browse Source

Link update in comment

Source commit: 49263cb50af220423c1ac1d72be939786c6543bc
Martin Prikryl 4 years ago
parent
commit
e8ecf17aa9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/FtpFileSystem.cpp

+ 1 - 1
source/core/FtpFileSystem.cpp

@@ -1107,7 +1107,7 @@ UnicodeString __fastcall TFTPFileSystem::DoCalculateFileChecksum(
   bool UsingHashCommand, const UnicodeString & Alg, TRemoteFile * File)
 {
   // Overview of server supporting various hash commands is at:
-  // https://tools.ietf.org/html/draft-bryan-ftpext-hash-02#appendix-B
+  // https://datatracker.ietf.org/doc/html/draft-bryan-ftpext-hash-02#appendix-B
 
   UnicodeString CommandName;