Skip to content

Commit 25eb3f6

Browse files
authored
Updated README with links for image srcs instead of relative paths (microsoft#288)
1 parent cfff5f1 commit 25eb3f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To use Device Simulator Express, install the extension from the marketplace and
130130
3. Name and save your file somewhere, and we’re good to go!
131131
4. Start with some examples: you can find examples files and tutorials inside the comments at the top of the file.
132132

133-
<img alt='"New File" animation' src='assets/readmeFiles/new_file.gif'>
133+
<img alt='"New File" animation' src='https://raw.githubusercontent.com/microsoft/vscode-python-devicesimulator/dev/assets/readmeFiles/new_file.gif'>
134134

135135
### III. Start from an existing Python file.
136136

@@ -142,7 +142,7 @@ To use Device Simulator Express, install the extension from the marketplace and
142142

143143
1. Run `Run Simulator` from the command palette or use the `Play` button on the simulator webview.
144144

145-
<img alt='How to run the simulator animation' src='assets/readmeFiles/run.gif'>
145+
<img alt='How to run the simulator animation' src='https://raw.githubusercontent.com/microsoft/vscode-python-devicesimulator/dev/assets/readmeFiles/run.gif'>
146146

147147
### V. Deploy your code to the physical device
148148

@@ -158,7 +158,7 @@ Before deploying the Python code to your CPX device, you need to format your dev
158158
1. Plug in your device (make sure it’s formatted properly already).
159159
2. Run the command `"Device Simulator Express: Deploy to Device"`.
160160

161-
<img alt='Deploy to Device' src='assets/readmeFiles/deploy.png'>
161+
<img alt='Deploy to Device' src='https://raw.githubusercontent.com/microsoft/vscode-python-devicesimulator/dev/assets/readmeFiles/deploy.png'>
162162

163163
### VI. Use the Serial Monitor for your device (available on Windows and Mac only)
164164

0 commit comments

Comments
 (0)