Skip to content

docs: fix the LLM-friendly documentation link in the README - #220

Merged
childrentime merged 1 commit into
childrentime:mainfrom
rawsun007:fix-llms-txt-link
Sep 4, 2026
Merged

docs: fix the LLM-friendly documentation link in the README#220
childrentime merged 1 commit into
childrentime:mainfrom
rawsun007:fix-llms-txt-link

Conversation

@rawsun007

Copy link
Copy Markdown
Contributor

README line 147 links the LLM-friendly docs as https://reactuse.com/llm.txt, which returns 404. The site serves it at https://reactuse.com/llms.txt, which returns 200 — and llms.txt is the conventional filename, which docs/ai-visibility-geo.md itself 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/project is 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 inside docs/ai-visibility-geo.md, so repointing them is your editorial call rather than a link fix. The stargazers URL 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.

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 childrentime left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
childrentime merged commit e540928 into childrentime:main Sep 4, 2026
3 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants