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] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20broken=20link=20in?= =?UTF-8?q?=20`docs/tutorial/sql-databases.md`=20in=20several=20languages?= =?UTF-8?q?=20(#10716)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 9d46c2460..e3ced7ef4 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 161d5491d..70d9482df 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 a936eb27b..c49374971 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/)ใ€‚ ### ๅˆ›ๅปบไพ่ต–้กน