From 9959e46793f5e910aa23fe80bea0d18fa29f058f Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Fri, 10 Jul 2026 19:04:09 +0200 Subject: [PATCH] Fix redirect tiangolo->fastapi --- docs/en/docs/project-generation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/project-generation.md b/docs/en/docs/project-generation.md index a0527bbb1..28e931da8 100644 --- a/docs/en/docs/project-generation.md +++ b/docs/en/docs/project-generation.md @@ -4,7 +4,7 @@ Templates, while they typically come with a specific setup, are designed to be f You can use this template to get started, as it includes a lot of the initial setup, security, database and some API endpoints already done for you. -GitHub Repository: [Full Stack FastAPI Template](https://github.com/tiangolo/full-stack-fastapi-template) +GitHub Repository: [Full Stack FastAPI Template](https://github.com/fastapi/full-stack-fastapi-template) ## Full Stack FastAPI Template - Technology Stack and Features { #full-stack-fastapi-template-technology-stack-and-features }