huserben / TfsExtensions

Extensions for TFS 2015+ such as custom Widgets (require TFS 2017) and Build Tasks
MIT License
44 stars 22 forks source link

Some "More information" pop-up windows for the Trigger Build task don't have the correct markdown format for hyperlinks #164

Closed icnocop closed 3 years ago

icnocop commented 3 years ago

Hi.

I noticed some "More information" pop-up windows for the Trigger Build task don't have the correct markdown format for hyperlinks.

For example, https://github.com/huserben/TfsExtensions/blob/master/BuildTasks/triggerbuildtask/triggerbuildtaskV3/task.json#L85

Please refer to the (documentation)[https://github.com/huserben/TfsExtensions/blob/master/BuildTasks/overview.md#basic-configuration]." Should be Please refer to the [documentation](https://github.com/huserben/TfsExtensions/blob/master/BuildTasks/overview.md#basic-configuration)." Notice the parenthesis and square brackets.

Thank you.

huserben commented 3 years ago

Hi @icnocop

thanks for the hint, it's fixed now :-)