📝 Update links to Pydantic docs to point to new website (#11328)

This commit is contained in:
Alejandra
2024-03-21 20:42:11 -05:00
committed by GitHub
parent 03b1e93456
commit 93034fea48
137 changed files with 168 additions and 168 deletions

View File

@@ -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/"