mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 14:04:18 +02:00
Fix broken documentation links (#2952)
This commit is contained in:
parent
3af9de197a
commit
3df38584cf
69 changed files with 179 additions and 179 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue