Skip to content

Commit ff947a4

Browse files
author
Maxim Zaytsev
authored
Fixed Readme for npm package (#904)
1 parent 0362652 commit ff947a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

node/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Cross platform tasks are written in TypeScript. It is the preferred way to writ
1313

1414
Step by Step: [Create Task](https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=vsts)
1515

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)
1717

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)
1919

2020
## Node 10 Upgrade Notice
2121

@@ -37,7 +37,7 @@ The [ShellScript Task](https://github.com/Microsoft/azure-pipelines-tasks/tree/m
3737

3838
We are accepting contributions and we try to stay on top of issues.
3939

40-
[Contribution Guide](../CONTRIBUTING.md).
40+
[Contribution Guide](https://github.com/microsoft/azure-pipelines-task-lib/blob/master/CONTRIBUTING.md).
4141

4242
[Logging Issues](https://github.com/Microsoft/azure-pipelines-task-lib/issues)
4343

@@ -63,9 +63,9 @@ Set environment variable TASK_TEST_TRACE=1 to display test output.
6363

6464
We also maintain a PowerShell library for Windows task development.
6565

66-
Library: [Powershell Library](../powershell)
66+
Library: [Powershell Library](https://github.com/microsoft/azure-pipelines-task-lib/tree/master/powershell)
6767

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)
6969

7070
## Third Party Notices
7171
To generate/update third party notice file run:

0 commit comments

Comments
 (0)