From: theoohoho <31537466+theoohoho@users.noreply.github.com>
Date: Fri, 12 Jan 2024 13:39:54 +0000 (+0800)
Subject: ✏️ Fix broken link in `docs/tutorial/sql-databases.md` in several languages (#10716)
X-Git-Tag: 0.109.1~256
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1329abf9930165f4c53cb760fd9f809b4ed6266;p=thirdparty%2Ffastapi%2Ffastapi.git
✏️ Fix broken link in `docs/tutorial/sql-databases.md` in several languages (#10716)
---
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/)ã
### å建ä¾èµé¡¹