Fix broken links

This commit is contained in:
Jeremiah Lowin 2025-04-16 10:57:18 -04:00
commit 28315a0127
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ icon: link
The FastMCP `Client` relies on a `ClientTransport` object to handle the specifics of connecting to and communicating with an MCP server. FastMCP provides several built-in transport implementations for common connection methods.
While the `Client` often infers the correct transport automatically (see [Client Overview](/clients/overview#transport-inference)), you can also instantiate transports explicitly for more control.
While the `Client` often infers the correct transport automatically (see [Client Overview](/clients/client#transport-inference)), you can also instantiate transports explicitly for more control.
## Stdio Transports

View file

@ -230,7 +230,7 @@ async def generate_example(concept: str, ctx: Context) -> str:
return f"```python\n{code_example}\n```"
```
See [Client Sampling](/clients/overview#llm-sampling) for more details on how clients handle these requests.
See [Client Sampling](/clients/client#llm-sampling) for more details on how clients handle these requests.
### Request Information