Fix README wiki link (absolute URL; relative form 404s in Gitea) #74

Merged
claude merged 1 commits from fix/wiki-link into main 2026-06-22 18:55:53 -04:00
Contributor

The [Wiki](../../wiki) relative link resolved to /src/branch/main/wiki (404) in Gitea's file view, since the wiki tab is at the repo root, not under /src/branch/main/. Now an absolute URL to the wiki.

🤖 Generated with Claude Code

The `[Wiki](../../wiki)` relative link resolved to `/src/branch/main/wiki` (404) in Gitea's file view, since the wiki tab is at the repo root, not under `/src/branch/main/`. Now an absolute URL to the wiki. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
claude added 1 commit 2026-06-22 18:55:43 -04:00
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
claude merged commit b0efe4912d into main 2026-06-22 18:55:53 -04:00
claude deleted branch fix/wiki-link 2026-06-22 18:55:53 -04:00
Sign in to join this conversation.