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) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TfzV5QvtPDz8LJS3Pu5VLT
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user