Skip to content

Commit 4fb6d82

Browse files
committed
added links to how to index page and renamed flash microcontroler and write board specific software
1 parent 1f34530 commit 4fb6d82

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

_site/about/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_site/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

how-tos/compile_software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Before compiling the software, ensure:
6767

6868
## See also
6969

70-
* [Flashing the Software onto the Microcontroller](flashing_software.md)
70+
* [Flashing the Software onto the Microcontroller]({{site.url}}/how-tos/flash_microcontroller.html)
7171
* [Writing the Board-Specific Software File](writing_board_software.md)
7272
* [PIC C CCS Documentation](https://www.ccsinfo.com/)
7373

File renamed without changes.

how-tos/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ Welcome to the step-by-step guides for assembling hardware and setting up softwa
1616

1717
Follow these guides to assemble the necessary hardware components:
1818

19-
- [Assembling the Access Board](assembling_access_board.html)
20-
- [Assembling the Programming Board](assembling_programming_board.html)
21-
- [Assembling the Access Cable](assembling_access_cable.html)
19+
- [Assembling the Access Board]({{site.url}}/how-tos/assemble_access_board.html)
20+
- [Assembling the Programming Board]({{site.url}}/how-tos/assemble_programming_board.html)
21+
- [Assembling the Access Cable]({{site.url}}/how-tos/assemble_access_cable.html)
2222

2323
## Software Development Guides
2424

2525
Learn how to configure, compile, and flash software onto the system:
2626

27-
- [Writing the Board-Specific Software File](writing_board_specific_software.html)
28-
- [Compiling the Software](compiling_software.html)
29-
- [Flashing the Software onto the Microcontroller](flashing_microcontroller.html)
27+
- [Writing the Board-Specific Software File]({{site.url}}/how-tos/write_board_specific_software.html)
28+
- [Compiling the Software]({{site.url}}/how-tos/compile_software.html)
29+
- [Flashing the Software onto the Microcontroller]({{site.url}}/how-tos/flash_microcontroller.html)
3030

3131
## Troubleshooting Guides
3232

3333
If you encounter issues, check the troubleshooting guides for solutions:
3434

35-
- [Common Assembly Issues and Fixes](assembly_troubleshooting.html)
36-
- [Software Compilation Errors and Debugging](compilation_troubleshooting.html)
37-
- [Flashing and Microcontroller Connection Issues](flashing_troubleshooting.html)
35+
- [Common Assembly Issues and Fixes]({{site.url}}/how-tos/assembly_troubleshooting.html)
36+
- [Software Compilation Errors and Debugging]({{site.url}}/how-tos/compilation_troubleshooting.html)
37+
- [Flashing and Microcontroller Connection Issues]({{site.url}}/how-tos/flashing_troubleshooting.html)
3838

3939
## Additional Resources
4040

File renamed without changes.

0 commit comments

Comments
 (0)