From f1329abf9930165f4c53cb760fd9f809b4ed6266 Mon Sep 17 00:00:00 2001
From: theoohoho <31537466+theoohoho@users.noreply.github.com>
Date: Fri, 12 Jan 2024 21:39:54 +0800
Subject: [PATCH] =?utf8?q?=E2=9C=8F=EF=B8=8F=20Fix=20broken=20link=20in=20?=
=?utf8?q?`docs/tutorial/sql-databases.md`=20in=20several=20languages=20(#?=
=?utf8?q?10716)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
---
docs/em/docs/tutorial/sql-databases.md | 2 +-
docs/en/docs/tutorial/sql-databases.md | 2 +-
docs/zh/docs/tutorial/sql-databases.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/em/docs/tutorial/sql-databases.md b/docs/em/docs/tutorial/sql-databases.md
index 9d46c24608..e3ced7ef4c 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 161d5491d7..70d9482df2 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 templates from [Project Generation - 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 a936eb27b4..c49374971e 100644
--- a/docs/zh/docs/tutorial/sql-databases.md
+++ b/docs/zh/docs/tutorial/sql-databases.md
@@ -499,7 +499,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/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/alembic/)ã
+æ¨å¯ä»¥å¨[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/)ã
### å建ä¾èµé¡¹
--
2.47.2