@@ -13,9 +13,9 @@ Cross platform tasks are written in TypeScript. It is the preferred way to writ
13
13
14
14
Step by Step: [ Create Task] ( https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=vsts )
15
15
16
- Documentation: [ TypeScript API] ( docs/azure-pipelines-task-lib.md ) , [ task JSON schema] ( https://aka.ms/vsts-tasks.schema.json )
16
+ Documentation: [ TypeScript API] ( https://github.com/microsoft/azure-pipelines-task-lib/blob/master/node/ docs/azure-pipelines-task-lib.md) , [ task JSON schema] ( https://aka.ms/vsts-tasks.schema.json )
17
17
18
- Guidance: [ Finding Files] ( docs/findingfiles.md ) , [ Minimum agent version] ( docs/minagent.md ) , [ Proxy] ( docs/proxy.md ) , [ Certificate] ( docs/cert.md )
18
+ Guidance: [ Finding Files] ( https://github.com/microsoft/azure-pipelines-task-lib/blob/master/node/ docs/findingfiles.md) , [ Minimum agent version] ( https://github.com/microsoft/azure-pipelines-task-lib/blob/master/node/ docs/minagent.md) , [ Proxy] ( https://github.com/microsoft/azure-pipelines-task-lib/blob/master/node/ docs/proxy.md) , [ Certificate] ( https://github.com/microsoft/azure-pipelines-task-lib/blob/master/node/ docs/cert.md)
19
19
20
20
## Node 10 Upgrade Notice
21
21
@@ -37,7 +37,7 @@ The [ShellScript Task](https://github.com/Microsoft/azure-pipelines-tasks/tree/m
37
37
38
38
We are accepting contributions and we try to stay on top of issues.
39
39
40
- [ Contribution Guide] ( .. /CONTRIBUTING.md) .
40
+ [ Contribution Guide] ( https://github.com/microsoft/azure-pipelines-task-lib/blob/master /CONTRIBUTING.md) .
41
41
42
42
[ Logging Issues] ( https://github.com/Microsoft/azure-pipelines-task-lib/issues )
43
43
@@ -63,9 +63,9 @@ Set environment variable TASK_TEST_TRACE=1 to display test output.
63
63
64
64
We also maintain a PowerShell library for Windows task development.
65
65
66
- Library: [ Powershell Library] ( .. /powershell)
66
+ Library: [ Powershell Library] ( https://github.com/microsoft/azure-pipelines-task-lib/tree/master /powershell)
67
67
68
- Usage: [ Consuming the SDK] ( .. /powershell/Docs/Consuming.md)
68
+ Usage: [ Consuming the SDK] ( https://github.com/microsoft/azure-pipelines-task-lib/blob/master /powershell/Docs/Consuming.md)
69
69
70
70
## Third Party Notices
71
71
To generate/update third party notice file run:
0 commit comments