From 3fc96c6fd5324f757430a0fef4a7f1cef0cb1c56 Mon Sep 17 00:00:00 2001 From: John B Nelson Date: Mon, 28 Jul 2025 14:19:38 -0700 Subject: [PATCH] Update openapi/fastapi URLs README.md (#1278) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe68470e..179fe641a 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ Learn more in the [**Composition Documentation**](https://gofastmcp.com/patterns Automatically generate FastMCP servers from existing OpenAPI specifications (`FastMCP.from_openapi()`) or FastAPI applications (`FastMCP.from_fastapi()`), instantly bringing your web APIs to the MCP ecosystem. -Learn more: [**OpenAPI Integration**](https://gofastmcp.com/servers/openapi#openapi-integration) | [**FastAPI Integration**](https://gofastmcp.com/deployment/asgi#fastapi-integration). +Learn more: [**OpenAPI Integration**](https://gofastmcp.com/integrations/openapi) | [**FastAPI Integration**](https://gofastmcp.com/integrations/fastapi). ### Authentication & Security