Skip to content

Commit 2326ba5

Browse files
authored
Merge pull request #269 from OrBin/patch-1
Fixed links in README
2 parents a8a29ac + dfa2990 commit 2326ba5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Debug adapter protocol and default implementation for VS Code.
55
This repository contains the code for the following npm modules:
66

77
* _vscode-debugprotocol_: Npm module with declarations for the json-based VS Code debug protocol.<br>
8-
[![NPM Version](https://img.shields.io/npm/v/vscode-debugprotocol.svg)](https://npmjs.org/package/vscode-debugprotocol)
9-
[![NPM Downloads](https://img.shields.io/npm/dm/vscode-debugprotocol.svg)](https://npmjs.org/package/vscode-debugprotocol)
8+
[![NPM Version](https://img.shields.io/npm/v/@vscode/debugprotocol.svg)](https://npmjs.org/package/@vscode/debugprotocol)
9+
[![NPM Downloads](https://img.shields.io/npm/dm/@vscode/debugprotocol.svg)](https://npmjs.org/package/@vscode/debugprotocol)
1010
* _vscode-debugadapter_: Npm module to implement a VS Code debug adapter using Node.js as a runtime.<br>
11-
[![NPM Version](https://img.shields.io/npm/v/vscode-debugadapter.svg)](https://npmjs.org/package/vscode-debugadapter)
12-
[![NPM Downloads](https://img.shields.io/npm/dm/vscode-debugadapter.svg)](https://npmjs.org/package/vscode-debugadapter)
11+
[![NPM Version](https://img.shields.io/npm/v/@vscode/debugadapter.svg)](https://npmjs.org/package/@vscode/debugadapter)
12+
[![NPM Downloads](https://img.shields.io/npm/dm/@vscode/debugadapter.svg)](https://npmjs.org/package/@vscode/debugadapter)
1313
* _vscode-debugadapter-testsupport_: Npm module with support classes for testing VS Code debug adapters.<br>
14-
[![NPM Version](https://img.shields.io/npm/v/vscode-debugadapter-testsupport.svg)](https://npmjs.org/package/vscode-debugadapter-testsupport)
15-
[![NPM Downloads](https://img.shields.io/npm/dm/vscode-debugadapter-testsupport.svg)](https://npmjs.org/package/vscode-debugadapter-testsupport)
14+
[![NPM Version](https://img.shields.io/npm/v/@vscode/debugadapter-testsupport.svg)](https://npmjs.org/package/@vscode/debugadapter-testsupport)
15+
[![NPM Downloads](https://img.shields.io/npm/dm/@vscode/debugadapter-testsupport.svg)](https://npmjs.org/package/@vscode/debugadapter-testsupport)
1616

1717
## License
1818

0 commit comments

Comments
 (0)