mirror of
https://github.com/fastapi/fastapi.git
synced 2026-03-24 09:44:01 -04:00
📝 Update links to Pydantic docs to point to new website (#11328)
This commit is contained in:
@@ -6,4 +6,4 @@ app = FastAPI()
|
||||
|
||||
@app.get("/pydantic", response_class=RedirectResponse, status_code=302)
|
||||
async def redirect_pydantic():
|
||||
return "https://pydantic-docs.helpmanual.io/"
|
||||
return "https://docs.pydantic.dev/"
|
||||
|
||||
Reference in New Issue
Block a user