From 394b28e8ec58774c019f7a1d0c307146b96361d7 Mon Sep 17 00:00:00 2001 From: Matt Collins Date: Thu, 15 Jan 2026 23:31:54 +0000 Subject: [PATCH] Fix Phase 2, 3, 4 table of contents anchor links The Phase 2, 3 and 4 anchor links aren't working when the README is viewed on the GitHub website (strangely the Phase 1 link is working despite seeming to follow the same pattern.) This change fixes that. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43cd947..32c5348 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ This architecture delivers: - [Start Here](#-start-here) - Introduction to the concepts - [Phase 1: Learn the Fundamentals](#-phase-1-learn-the-fundamentals) - Articles and videos to get started -- [Phase 2: Use Existing Skills](#-phase-2-use-existing-skills) - Platforms and ready-to-use libraries -- [Phase 3: Build & Integrate](#-phase-3-build--integrate) - Create your own skills and tools -- [Phase 4: Master & Research](#-phase-4-master--research) - Advanced engineering and theory +- [Phase 2: Use Existing Skills](#%EF%B8%8F-phase-2-use-existing-skills) - Platforms and ready-to-use libraries +- [Phase 3: Build & Integrate](#%EF%B8%8F-phase-3-build--integrate) - Create your own skills and tools +- [Phase 4: Benchmarks & Research](#-phase-4-benchmarks--research) - Advanced engineering and theory - [Frequently Asked Questions](#-frequently-asked-questions) - Common questions answered - [Community & Contributing](#-community--contributing) - Join the movement