Skip to content

Commit 2d69748

Browse files
Update assets in contribution guide (#1531)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent b35b94d commit 2d69748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you'd like to return to using the released version of the extension you can u
5858

5959
Occasionally, pre-release builds will be published to the VS Code Marketplace. You can switch to the pre-release version by clicking on the `Switch to Pre-Release Version` button in the Extensions View:
6060

61-
![](docs/images/install-pre-release.png)
61+
![](userdocs/userdocs.docc/install-pre-release.png)
6262

6363
Switching back to the release version can be done by clicking on the `Switch to Release Version` button.
6464

@@ -101,7 +101,7 @@ Now you can run tests locally using either of the following methods:
101101
- Using `npm run test` from your terminal
102102
- You can also use `npm run unit-test` or `npm run integration-test` to specifically run the Unit Tests or Integration Tests respectively.
103103

104-
Tests can also be launched from the terminal with the `--coverage` flag to display converage information. For example:
104+
Tests can also be launched from the terminal with the `--coverage` flag to display coverage information. For example:
105105

106106
```bash
107107
npm run unit-test -- --coverage

0 commit comments

Comments
 (0)