Fix broken documentation links (#2952)

This commit is contained in:
Jeremiah Lowin 2026-01-19 23:17:29 -05:00 committed by GitHub
commit 3df38584cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
69 changed files with 179 additions and 179 deletions

View file

@ -126,7 +126,7 @@ uv run pytest tests/server/ -v
uv run pytest
```
Every new feature needs tests. See the [Testing Guide](/development/tests) for patterns and requirements.
Every new feature needs tests. See the [Testing Guide](/v2/development/tests) for patterns and requirements.
### Documentation
@ -178,7 +178,7 @@ Focus on the "why" - the code shows the "what". Keep it concise but complete.
**Test Coverage**: Not every line needs testing, but every behavior does. Tests document intent and protect against regressions.
**Breaking Changes**: May be acceptable in minor versions but must be clearly documented. See the [versioning policy](/development/releases#versioning-policy).
**Breaking Changes**: May be acceptable in minor versions but must be clearly documented. See the [versioning policy](/v2/development/releases#versioning-policy).
## Special Modules

View file

@ -148,6 +148,6 @@ auth = GitHubProvider(
```
**More information:**
- [OAuth Token Security](/deployment/http#oauth-token-security) - Complete production setup guide
- [Key and Storage Management](/servers/auth/oauth-proxy#key-and-storage-management) - Detailed explanation of defaults and production requirements
- [OAuth Proxy Parameters](/servers/auth/oauth-proxy#configuration-parameters) - Parameter documentation
- [OAuth Token Security](/v2/deployment/http#oauth-token-security) - Complete production setup guide
- [Key and Storage Management](/v2/servers/auth/oauth-proxy#key-and-storage-management) - Detailed explanation of defaults and production requirements
- [OAuth Proxy Parameters](/v2/servers/auth/oauth-proxy#configuration-parameters) - Parameter documentation