From c9f01bd01355439dd5c87a4e4ca49bb755626da8 Mon Sep 17 00:00:00 2001 From: Codi Huston Date: Fri, 30 Jan 2026 23:23:34 -0600 Subject: [PATCH] docs: fix broken links --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee9e463..0e0ae73 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ flowchart TD ### Specs (7 features) > Note: the architecture for this project evolved a lot as I made progress. Review -> those changes here: [Architecture Evolution](./changes.md). +> those changes here: [Architecture Evolution](./docs/changes.md). Each feature was designed using Kiro's requirements → design → tasks workflow. I made extensive use of the [principal-software-engineer.agent](.kiro/prompts/principal-software-engineer.agent.md) for software architecture decisions @@ -266,10 +266,9 @@ User-triggered commands for common workflows: ## Related Documentation -- [Architecture Evolution](./changes.md) - C4 diagrams, trade-offs, phases +- [Architecture Evolution](./docs/changes.md) - C4 diagrams, trade-offs, phases - [Development Log](./DEVLOG.md) - Timeline, decisions, challenges - [Attribution](./ATTRIBUTION.md) - Third-party libraries -- [Presentation Script](./presentation-script.md) - Demo video script ## Contributing