docs: Standardize all IndieAuth spec references to W3C URL

- Updated 42 references from indieauth.spec.indieweb.org to www.w3.org/TR/indieauth
- Ensures consistency across all documentation
- Points to the authoritative W3C specification
- No functional changes, documentation update only

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-24 11:54:04 -07:00
parent 2ecd0d1bad
commit 2eaf67279d
32 changed files with 156 additions and 38 deletions

View File

@@ -88,6 +88,6 @@ The v0.9.3 fix that added `grant_type` was based on an incorrect assumption that
## References
- [IndieAuth Specification - Authentication](https://indieauth.spec.indieweb.org/#authentication)
- [IndieAuth Specification - Authorization Endpoint](https://indieauth.spec.indieweb.org/#authorization-endpoint)
- [IndieAuth Specification - Authentication](https://www.w3.org/TR/indieauth/#authentication)
- [IndieAuth Specification - Authorization Endpoint](https://www.w3.org/TR/indieauth/#authorization-endpoint)
- ADR-022: IndieAuth Authentication Endpoint Correction (if created)