From ee97ae20f81fff6e78c41fa9ce1fb2a230ef4ef1 Mon Sep 17 00:00:00 2001 From: Angel Beltran Date: Thu, 20 Aug 2026 17:40:09 -0600 Subject: [PATCH] docs: make README's "Where things live" index clickable links Co-Authored-By: Claude Sonnet 5 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84afd7f..90e8048 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ reducing the amount of time needed to synchronize inventory between stores. Documentation is split up rather than kept in one big doc - start here: -- **`AGENTS.md`** - the engineering reference: setup, `make` commands, architecture, database/migration gotchas, testing conventions, auth, and the researched platform-integration priority ranking (which platform to build next, and why). -- **`ROADMAP.md`** - in-progress and planned work, as a checklist. -- **`research/platforms.md`** - the underlying API-capability and market-size research the platform-priority ranking is based on. -- **`domains/platforms/etsy/COMPLIANCE.md`** - Etsy API usage obligations to keep satisfied when touching the Etsy integration. -- **`diagrams/`** - architecture and schema diagrams, linked from the Diagrams section below. +- **[`AGENTS.md`](./AGENTS.md)** - the engineering reference: setup, `make` commands, architecture, database/migration gotchas, testing conventions, auth, and the researched platform-integration priority ranking (which platform to build next, and why). +- **[`ROADMAP.md`](./ROADMAP.md)** - in-progress and planned work, as a checklist. +- **[`research/platforms.md`](./research/platforms.md)** - the underlying API-capability and market-size research the platform-priority ranking is based on. +- **[`domains/platforms/etsy/COMPLIANCE.md`](./domains/platforms/etsy/COMPLIANCE.md)** - Etsy API usage obligations to keep satisfied when touching the Etsy integration. +- **[`diagrams/`](./diagrams)** - architecture and schema diagrams, linked from the Diagrams section below. ## Deploying