docs: fix broken README links — wiki pages don't exist yet#13
Merged
Conversation
The wiki repo is initialized but currently empty (only Home), so links to /wiki/quickstart, /wiki/overview, /wiki/frameworks/*, /wiki/book/* all 404. Repoint everything in the README to targets that resolve: - Add a real ## Quickstart section inline (was a wiki link). - Add ## MCP tools used inline (was a wiki link). - Framework badges + intro paragraph link to the framework's own homepage (langchain.com, temporal.io, …) instead of empty wiki pages. - Index now lists only entries whose targets exist: Quickstart anchor, Flagships-by-vertical anchor, recipes/INDEX.md, framework homepages, MCP-tools anchor, CONTRIBUTING.md, INDUSTRIES.md, and the wiki landing page. - "Browse by tag" replaces the broken wiki tag-index link with a grep one-liner over flagship pyproject.toml keywords. - Link-checker run: 97/97 link targets resolve (anchors, in-repo paths, or external HTTP). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The wiki repo is initialized but currently empty (only `Home`), so the README's links to `/wiki/quickstart`, `/wiki/overview`, `/wiki/frameworks/`, `/wiki/book/`, `/wiki/book/flagships-by-tag`, etc. all 404.
This PR repoints every README link at a target that actually resolves:
Verification
Ran a link-checker against the README:
```
all 97 link targets resolve.
```
Anchors, in-repo paths, and external HTTP URLs all resolve. The single wiki URL that remains (`/wiki` home) returns 200.
Test plan
🤖 Generated with Claude Code