Skip to content

Commit 9ae1e34

Browse files
committed
Fix image links
1 parent 37d381f commit 9ae1e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/getting_code_on_the_robot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Upon plugging in the drive or starting up, the robot will run the `robot.py` fil
1818
4. Click Compress to Zip file
1919
5. Name the newly created file `robot` (or `robot.zip` if you have file extentions shown)
2020

21-
![Screenshot for Windows 11](/images/content/kit/zip_win11.png)
21+
![Screenshot for Windows 11]({{ site.baseurl }}/images/content/kit/zip_win11.png)
2222

2323
If you are on Windows 10 or older, you will need to use Send to → Compressed (zipped) folder
2424

@@ -28,6 +28,6 @@ If you are on Windows 10 or older, you will need to use Send to → Compresse
2828
3. Right-click (or Control-click) the files and click Compress
2929
4. Name the newly created file `robot.zip`
3030

31-
![Screenshot]({ site.baseurl }}/images/content/kit/zip_macOS.png)
31+
![Screenshot]({{ site.baseurl }}/images/content/kit/zip_macOS.png)
3232

3333
To re-run your program, simply remove the USB stick and plug it back in again and it will restart automatically.

0 commit comments

Comments
 (0)