# Fix: llms.txt links resolve

> Web-audit fix skill for the `llms-txt-links` check (Content for agents, SHOULD).

## Goal

Make every markdown href in /llms.txt fetchable.

## Fix

Probe the markdown links in `/llms.txt` and replace 404s. An agent that follows a dead index
link wastes a round-trip and may conclude the project has no docs. Keep the list short and
current; drop links you are not willing to keep alive.

## Resources

- [llmstxt.org](https://llmstxt.org/)

## Copy-paste prompt

Paste this into your coding agent. [Your audit](https://anc.dev/audit) adds what it observed for this check:

```text
Goal: Make every markdown href in /llms.txt fetchable
Fix: Probe the markdown links in `/llms.txt` and replace 404s. An agent that follows a dead index link wastes a round-trip and may conclude the project has no docs. Keep the list short and current; drop links you are not willing to keep alive.
Skill: https://anc.dev/fix/llms-txt-links
Docs: https://llmstxt.org/
```

## Verify

Re-run the audit at [https://anc.dev/audit](https://anc.dev/audit) or call the `audit_website` MCP tool; the `llms-txt-links` check should report `pass`.
