Skip to content

Commit 765969f

Browse files
authored
Fix image paths (microsoft#328)
1 parent 752e33b commit 765969f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
![Toolkit CI Status](https://github.com/microsoft/vscode-webview-ui-toolkit/actions/workflows/ci.yml/badge.svg)
77
![Deploy Docs Status](https://github.com/microsoft/vscode-webview-ui-toolkit/actions/workflows/docs-cd.yml/badge.svg)
88

9-
![Webview Toolkit for Visual Studio Code Artwork](./docs/assets/toolkit-artwork.png)
9+
![Webview Toolkit for Visual Studio Code Artwork](./docs/assets/images/toolkit-artwork.png)
1010

1111
## Introduction
1212

docs/getting-started.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ To test that everything is working, inside the editor, press `F5`. This will com
216216

217217
When the host window opens, open the Command Palette (`Crtl + Shift + P` or `Cmd + Shift + P` on Mac), type "Hello World", and click `enter` to run the command which should display the webview panel.
218218

219-
![Testing That The Webview Extension Works](./assets/webview-test.gif)
219+
![Testing That The Webview Extension Works](./assets/images/webview-test.gif)
220220

221221
## Part 2: Install and set up the toolkit
222222

@@ -383,13 +383,13 @@ private _getWebviewContent(webview: vscode.Webview, extensionUri: vscode.Uri) {
383383
}
384384
```
385385

386-
![Testing That The Toolkit Works](./assets/toolkit-button-test.gif)
386+
![Testing That The Toolkit Works](./assets/images/toolkit-button-test.gif)
387387

388388
Theming is built right into the components so feel free to test that out too!
389389

390390
Open the Command Pallette (`Crtl + Shift + P` or `Cmd + Shift + P` on Mac), search for "Preferences: Color Theme", and cycle through all the themes to see the button change!
391391

392-
![Testing That The Toolkit Theme Utilities Work](./assets/toolkit-theme-test.gif)
392+
![Testing That The Toolkit Theme Utilities Work](./assets/images/toolkit-theme-test.gif)
393393

394394
## Part 3: Set up message passing
395395

@@ -497,7 +497,7 @@ private _getWebviewContent(webview: vscode.Webview, extensionUri: vscode.Uri) {
497497

498498
Per usual, let's test that this all works by running the extension and clicking the on the Howdy button.
499499

500-
![Testing that the clicking the howdy button works](./assets/toolkit-button-click-test.png)
500+
![Testing that the clicking the howdy button works](./assets/images/toolkit-button-click-test.png)
501501

502502
## Next steps
503503

0 commit comments

Comments
 (0)