Skip to content

Commit e73b913

Browse files
committed
oops fixed pictures maybe
1 parent 452bdf4 commit e73b913

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/_sections/_guide-FAQ/technical.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ It translates USB data into serial data (UART) and vice versa, allowing applicat
128128
## How do I use 7-zip?
129129
To extract your zipped VS Code archive, follow these steps:
130130
1. Locate and click the zipped archive you'd like to extract in the 7-zip file browser
131-
<img src="{{ '/_assets/images/locate_file_7zip.png' | prepend: site.baseurl }}" alt="locate_file_7zip :(">
131+
<img src="{{ '/_assets/images/locate_file_7zip.png' | prepend: site.baseurl}}" alt="locate_file_7zip :(" width=200 height=200>
132132
1. Click the `Extract` button at the top of the 7-zip GUI
133-
<img src="{{ '/_assets/images/extract_7zip.png' | prepend: site.baseurl }}" alt="extract_7ip :(">
133+
<img src="{{ '/_assets/images/locate_file_7zip.png' | prepend: site.baseurl }}" alt="extract_7ip :(" width=200 height=200>
134134
1. Set the `Extract to` path to `C:`
135-
<img src="{{ '/_assets/images/extract_7zip.png' | prepend: site.baseurl }}" alt="path_7zip :(">
135+
<img src="{{ '/_assets/images/extract_7zip.png' | prepend: site.baseurl }}" alt="path_7zip :(" width=200 height=200>
136136
1. Click `OK` and wait for the unzipping to finish

docs/_sections/_guide-home/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Make sure to have Docker running for later!
4343
1. Go to the [Robotathon repository](https://github.com/ut-ras/RobotathonESP32/tree/main)
4444
1. Click the green `<> Code` button
4545

46-
<img src="{{ '/_assets/images/ssh_link_copy.png' | prepend: site.baseurl }}" alt="my_image.png w=200 h=400 :(">
46+
<img src="{{ '/_assets/images/ssh_link_copy.png' | prepend: site.baseurl }}" alt="my_image.png :(">
4747
1. Copy the SSH Link (HTTPS bad and sucks 👎)
4848
1. Open Git Bash and navigate to where you want to keep the code by using `ls` and `cd`
4949
1. Run the following command in your Git terminal: `git clone [LINK HERE]` without the square brackets

0 commit comments

Comments
 (0)