diff --git a/Tasks/FtpUploadV2/task.json b/Tasks/FtpUploadV2/task.json index ea52bfe25b66..1d0259acdc0a 100644 --- a/Tasks/FtpUploadV2/task.json +++ b/Tasks/FtpUploadV2/task.json @@ -4,7 +4,7 @@ "friendlyName": "FTP upload", "description": "Upload files using FTP", "author": "Microsoft Corporation", - "helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/ftp-upload", + "helpUrl": "https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/ftp-upload-v2", "helpMarkDown": "Upload files to a remote machine using the File Transfer Protocol (FTP), or securely with FTPS. [More Information](http://go.microsoft.com/fwlink/?LinkId=809084).", "category": "Utility", "visibility": [ @@ -219,4 +219,4 @@ "UploadSucceedRes": "FTP upload successful", "UploadFailed": "Ftp Upload failed" } -} \ No newline at end of file +}