diff --git a/source/CustomBuildTasks/README.md b/source/CustomBuildTasks/README.md index 821ce3b4..fc0a42b1 100644 --- a/source/CustomBuildTasks/README.md +++ b/source/CustomBuildTasks/README.md @@ -7,7 +7,7 @@ These need to be uploaded to your Visual Studio or TFS instance before they can Note: You can still use [OctoPack](http://docs.octopusdeploy.com/display/OD/Using+OctoPack) as part of your MSBuild task to package and push Nuget packages. -[Create Octopus Release](source/CustomBuildTasks/CreateOctopusRelease) +[Create Octopus Release](https://github.com/OctopusDeploy/OctoTFS/tree/master/source/CustomBuildTasks/CreateOctopusRelease) ---------------------- Creates a new Release in Octopus Deploy. @@ -17,4 +17,4 @@ You can use either an API key (in the password field), or your username and pass Options include: * Creating release notes from linked checkin comments and work items (currently TFVC only) * Automatically deploying to an environment when Release has been created -* Any additional octo.exe arguments \ No newline at end of file +* Any additional octo.exe arguments