From b0efe4912d929a9e9e11fe01177e914facbd6ae3 Mon Sep 17 00:00:00 2001 From: claude Date: Mon, 22 Jun 2026 18:55:52 -0400 Subject: [PATCH] Fix README wiki link (absolute URL; relative form 404s in Gitea) (#74) Co-authored-by: claude Co-committed-by: claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f8b191..0d7dbc8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ built on a branch and merged through review — exactly the motion the modules t ## Read it as a book -The lessons are rendered into the **[Wiki](../../wiki)** as a navigable textbook (unit-by-unit +The lessons are rendered into the **[Wiki](https://git.jpaul.io/justin/ai-workflow-course/wiki)** as a navigable textbook (unit-by-unit sidebar, one page per module). The wiki is generated from `modules/` and kept in sync automatically — it's build output, so read it there but **edit the lessons here in `modules/`**. See [`tools/`](tools/) for the generator and the sync workflows.