From d7b7880ea2050fda92dca411a3ce8a3777f6d7b9 Mon Sep 17 00:00:00 2001 From: claude Date: Mon, 22 Jun 2026 18:55:42 -0400 Subject: [PATCH] fix(readme): use absolute wiki URL (relative ../../wiki 404s in Gitea file view) Gitea resolves a relative link in README against /src/branch/main/, so ../../wiki landed at /src/branch/main/wiki (not found). Point straight at the wiki tab. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01TfzV5QvtPDz8LJS3Pu5VLT --- 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. -- 2.52.0