diff --git a/docs/em/docs/tutorial/sql-databases.md b/docs/em/docs/tutorial/sql-databases.md
index 4c8740984..5a5227352 100644
--- a/docs/em/docs/tutorial/sql-databases.md
+++ b/docs/em/docs/tutorial/sql-databases.md
@@ -501,7 +501,7 @@ current_user.items
"๐ ๏ธ" โ ๐ ๐ช ๐โ ๐ ๐ ๐ ๐ ๐ธ๐ฒ ๐ท, ๐ฎ ๐ ๐ข, โ๏ธ. ๐ ๐ ๐ ๐ฝ, ๐ฎ ๐ ๐, ๐ ๐, โ๏ธ.
-๐ ๐ช ๐ ๐ผ โ FastAPI ๐ ๐ โช๏ธโก๏ธ [๐ โก - ๐](../project-generation.md){.internal-link target=_blank}. ๐ฏ `alembic` ๐ โน ๐.
+๐ ๐ช ๐ ๐ผ โ FastAPI ๐ ๐ โช๏ธโก๏ธ [๐ โก - ๐](../project-generation.md){.internal-link target=_blank}. ๐ฏ `alembic` ๐ โน ๐.
### โ ๐
diff --git a/docs/en/docs/tutorial/sql-databases.md b/docs/en/docs/tutorial/sql-databases.md
index 0b4d06b99..1f0ebc08b 100644
--- a/docs/en/docs/tutorial/sql-databases.md
+++ b/docs/en/docs/tutorial/sql-databases.md
@@ -513,7 +513,7 @@ And you would also use Alembic for "migrations" (that's its main job).
A "migration" is the set of steps needed whenever you change the structure of your SQLAlchemy models, add a new attribute, etc. to replicate those changes in the database, add a new column, a new table, etc.
-You can find an example of Alembic in a FastAPI project in the templates from [Project Generation - Template](../project-generation.md){.internal-link target=_blank}. Specifically in the `alembic` directory in the source code.
+You can find an example of Alembic in a FastAPI project in the [Full Stack FastAPI Template](../project-generation.md){.internal-link target=_blank}. Specifically in the `alembic` directory in the source code.
### Create a dependency
diff --git a/docs/zh/docs/tutorial/sql-databases.md b/docs/zh/docs/tutorial/sql-databases.md
index bd7c10571..8629b23fa 100644
--- a/docs/zh/docs/tutorial/sql-databases.md
+++ b/docs/zh/docs/tutorial/sql-databases.md
@@ -506,7 +506,7 @@ current_user.items
โ่ฟ็งปโๆฏๆฏๅฝๆจๆดๆน SQLAlchemy ๆจกๅ็็ปๆใๆทปๅ ๆฐๅฑๆง็ญไปฅๅจๆฐๆฎๅบไธญๅคๅถ่ฟไบๆดๆนใๆทปๅ ๆฐๅใๆฐ่กจ็ญๆถๆ้็ไธ็ปๆญฅ้ชคใ
-ๆจๅฏไปฅๅจ[Project Generation - Template](https://fastapi.tiangolo.com/zh/project-generation/)็ๆจกๆฟไธญๆพๅฐไธไธช FastAPI ้กน็ฎไธญ็ Alembic ็คบไพใๅ
ทไฝๅจ[`alembic`ไปฃ็ ็ฎๅฝไธญ](https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/src/backend/app/alembic/)ใ
+ๆจๅฏไปฅๅจ[Full Stack FastAPI Template](https://fastapi.tiangolo.com/zh/project-generation/)็ๆจกๆฟไธญๆพๅฐไธไธช FastAPI ้กน็ฎไธญ็ Alembic ็คบไพใๅ
ทไฝๅจ[`alembic`ไปฃ็ ็ฎๅฝไธญ](https://github.com/tiangolo/full-stack-fastapi-template/tree/master/backend/app/alembic)ใ
### ๅๅปบไพ่ต้กน