Skip to content

Commit 849e153

Browse files
committed
Fix links.
1 parent d99580e commit 849e153

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

SerialPrograms/BuildInstructions/Build-Windows-Qt6.8.1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ If you are ok with creating an account with Qt and using their online installer,
3434
- Qt Serial Port
3535
- Qt Debug Information Files
3636

37-
![](../BuildSetup/Windows-Install-Qt6.7.3-Custom.png)
38-
![](../BuildSetup/Windows-Install-Qt6.8.1-Components.png)
37+
![](Images/Windows-Install-Qt6.7.3-Custom.png)
38+
![](Images/Windows-Install-Qt6.8.1-Components.png)
3939

4040
If you repeatedly run into an error involving "SSL handshake failed", you will not be able to use the online installer. Please try the other option.
4141

@@ -56,7 +56,7 @@ If you are unable or unwilling to use the online installer, the alternative is t
5656
2. Clone the [Packages Repo](https://github.com/PokemonAutomation/Packages).
5757
3. In the `Packages` repo, copy the `SerialPrograms/Resources` folder into the root of the `Arduino-Source` repo.
5858

59-
![](../BuildSetup/Directory.png)
59+
![](Images/Directory.png)
6060

6161
4. Open Qt Creator.
6262
5. Click on `File` -> `Open File or Project`.
@@ -65,11 +65,11 @@ If you are unable or unwilling to use the online installer, the alternative is t
6565
- Ensure the build directory for `Desktop_Qt_6_8_1_MSVC2022_64bit-RelWithDebInfo` is located in the root of the `Arduino-Source` repo, and not buried in subfolders (e.g. `build` or `SerialPrograms`).
6666
- Click `Configure Project`.
6767

68-
![](../BuildSetup/Windows-configure-project-qt-creator-13.png)
68+
![](Images/Windows-configure-project-qt-creator-13.png)
6969

7070
8. At the bottom left corner, click on the little monitor and select `Release with Debug Information`.
7171

72-
![](../BuildSetup/Windows-Configuration-Qt6.png)
72+
![](Images/Windows-Configuration-Qt6.png)
7373

7474
9. Still in the bottom left corner, click the upper green arrow to compile and launch the program.
7575

SerialPrograms/BuildInstructions/Build-Windows-Qt6.8.2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ If you are ok with creating an account with Qt and using their online installer,
3434
- Qt Serial Port
3535
- Qt Debug Information Files
3636

37-
![](../BuildSetup/Windows-Install-Qt6.7.3-Custom.png)
38-
![](../BuildSetup/Windows-Install-Qt6.8.2-Components.png)
37+
![](Images/Windows-Install-Qt6.7.3-Custom.png)
38+
![](Images/Windows-Install-Qt6.8.2-Components.png)
3939

4040
If you repeatedly run into an error involving "SSL handshake failed", you will not be able to use the online installer. Please try the other option.
4141

@@ -56,7 +56,7 @@ If you are unable or unwilling to use the online installer, the alternative is t
5656
2. Clone the [Packages Repo](https://github.com/PokemonAutomation/Packages).
5757
3. In the `Packages` repo, copy the `SerialPrograms/Resources` folder into the root of the `Arduino-Source` repo.
5858

59-
![](../BuildSetup/Directory.png)
59+
![](Images/Directory.png)
6060

6161
4. Open Qt Creator.
6262
5. Click on `File` -> `Open File or Project`.
@@ -65,11 +65,11 @@ If you are unable or unwilling to use the online installer, the alternative is t
6565
- Ensure the build directory for `Desktop_Qt_6_8_2_MSVC2022_64bit-RelWithDebInfo` is located in the root of the `Arduino-Source` repo, and not buried in subfolders (e.g. `build` or `SerialPrograms`).
6666
- Click `Configure Project`.
6767

68-
![](../BuildSetup/Windows-configure-project-qt-creator-13.png)
68+
![](Images/Windows-configure-project-qt-creator-13.png)
6969

7070
8. At the bottom left corner, click on the little monitor and select `Release with Debug Information`.
7171

72-
![](../BuildSetup/Windows-Configuration-Qt6.png)
72+
![](Images/Windows-Configuration-Qt6.png)
7373

7474
9. Still in the bottom left corner, click the upper green arrow to compile and launch the program.
7575

0 commit comments

Comments
 (0)