docs: fix the LLM-friendly documentation link in the README - #220
Merged
Conversation
The site serves llms.txt, not llm.txt; the README link returns 404. llms.txt is also the conventional filename, and docs/ai-visibility-geo.md refers to it by that name throughout.
childrentime
approved these changes
Sep 4, 2026
childrentime
left a comment
Owner
There was a problem hiding this comment.
Verified: https://reactuse.com/llm.txt returns 404, https://reactuse.com/llms.txt returns 200, and the site's generator (packages/website-astro/scripts/generateLlmsTxt.mjs) only ever emits public/llms.txt. Only occurrence in the repo. Thanks!
childrentime
added a commit
that referenced
this pull request
Sep 4, 2026
The README linked /llm.txt for a while (fixed in #220). Add a 301 so any copies of the old link still land on the real llms.txt. Co-Authored-By: Claude Fable 5.1 <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.
README line 147 links the LLM-friendly docs as
https://reactuse.com/llm.txt, which returns 404. The site serves it athttps://reactuse.com/llms.txt, which returns 200 — andllms.txtis the conventional filename, whichdocs/ai-visibility-geo.mditself uses throughout when explaining the convention.One character, but it is in the header row of the README, so it is one of the first links anyone follows.
I checked the rest of the markdown while I was there. Nothing else needs fixing:
github.com/you/projectis a placeholder, and two external blog posts (evilmartians.com/chronicles/optimizing-content-for-ai-discovery,searchviu.com/en/how-llms-actually-use-schema-markup/) 404 but they are third-party articles insidedocs/ai-visibility-geo.md, so repointing them is your editorial call rather than a link fix. ThestargazersURL only appears dead to a scripted request — the repo has 1,049 stars and the page loads in a browser.AI disclosure, per
.claude/ai-policy.md: this was found and prepared with Claude Opus 5 in Claude Code, which swept the repo links; I verified both URLs by request before submitting. Per the same policy, review replies here will be mine rather than an agent's.