From bb7193d07ecd9d2937fee9690226077726033869 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 9 Apr 2026 16:57:23 -0400 Subject: [PATCH] Update training links to include 'HERE' text --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3898d7d..1b112b7 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ VIDEO PROMO [HERE](https://www.youtube.com/watch?v=aD7X9sXirF8) Students must have a working understanding of the following items: - **Intermediate C Programming:** In particular, you must understand how pointers reference memory addresses which we will use to perform live variable hijacking. - - Training Link: https://www.learn-c.org + - Training Link [HERE](https://www.learn-c.org) - **Bare-Metal Embedded Systems Assembly Basics:** You must have experience with bare-metal assembly as we will be using this extensively throughout the entire course specifically with GDB and Ghidra. - - Training Link: https://azeria-labs.com/writing-arm-assembly-part-1 + - Training Link [HERE](https://azeria-labs.com/writing-arm-assembly-part-1) - **Computer Architecture Basics (Registers & Stack):** You need a working mental model of how a CPU/MCU uses registers and the stack to follow the boot process and function calls. - - Training Link: https://www.geeksforgeeks.org/computer-science-fundamentals/what-is-register-memory - - Training Link: https://www.geeksforgeeks.org/computer-organization-architecture/memory-stack-organization-in-computer-architecture + - Training Link [HERE](https://www.geeksforgeeks.org/computer-science-fundamentals/what-is-register-memory) + - Training Link [HERE](https://www.geeksforgeeks.org/computer-organization-architecture/memory-stack-organization-in-computer-architecture) - **Command Line Interface (CLI) Proficiency:** You must be comfortable navigating directories and executing commands in a terminal to run the necessary OpenOCD and GDB tools. - - Training Link: https://www.freecodecamp.org/news/command-line-commands-cli-tutorial + - Training Link [HERE](https://www.freecodecamp.org/news/command-line-commands-cli-tutorial) - **Breadboarding Proficiency:** You must be comfortable demonstrating breadboard proficiency by efficiently prototyping circuits and integrating diverse peripherals, sensors, and microcontrollers. - - Training Video: https://www.youtube.com/watch?v=fq6U5Y14oM4 + - Training Video [HERE](https://www.youtube.com/watch?v=fq6U5Y14oM4)