]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
โœ๏ธ Fix broken link in `docs/tutorial/sql-databases.md` in several languages (#10716)
authortheoohoho <31537466+theoohoho@users.noreply.github.com>
Fri, 12 Jan 2024 13:39:54 +0000 (21:39 +0800)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 13:39:54 +0000 (08:39 -0500)
docs/em/docs/tutorial/sql-databases.md
docs/en/docs/tutorial/sql-databases.md
docs/zh/docs/tutorial/sql-databases.md

index 9d46c2460843a328f246cd928e4b1ad0e480dd77..e3ced7ef4c8900a13c28bcb3a1f3b916ca23a664 100644 (file)
@@ -501,7 +501,7 @@ current_user.items
 
 "๐Ÿ› ๏ธ" โš’ ๐Ÿ” ๐Ÿ’ช ๐Ÿ•โ” ๐Ÿ‘† ๐Ÿ”€ ๐Ÿ“Š ๐Ÿ‘† ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿท, ๐Ÿšฎ ๐Ÿ†• ๐Ÿ”ข, โ™’๏ธ. ๐Ÿ” ๐Ÿ‘ˆ ๐Ÿ”€ ๐Ÿ’ฝ, ๐Ÿšฎ ๐Ÿ†• ๐Ÿ“, ๐Ÿ†• ๐Ÿ“, โ™’๏ธ.
 
-๐Ÿ‘† ๐Ÿ’ช ๐Ÿ”Ž ๐Ÿ–ผ โš— FastAPI ๐Ÿ— ๐Ÿ“„ โšช๏ธโžก๏ธ [๐Ÿ— โšก - ๐Ÿ“„](../project-generation.md){.internal-link target=_blank}. ๐ŸŽฏ <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/alembic/" class="external-link" target="_blank"> `alembic` ๐Ÿ“ โ„น ๐Ÿ“Ÿ</a>.
+๐Ÿ‘† ๐Ÿ’ช ๐Ÿ”Ž ๐Ÿ–ผ โš— FastAPI ๐Ÿ— ๐Ÿ“„ โšช๏ธโžก๏ธ [๐Ÿ— โšก - ๐Ÿ“„](../project-generation.md){.internal-link target=_blank}. ๐ŸŽฏ <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/src/backend/app/alembic/" class="external-link" target="_blank"> `alembic` ๐Ÿ“ โ„น ๐Ÿ“Ÿ</a>.
 
 ### โœ ๐Ÿ”—
 
index 161d5491d7795de08bcca4e0e212f58a2632cf2a..70d9482df2257b4de79c0205e6f3ae18d428f78a 100644 (file)
@@ -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 <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app/alembic/" class="external-link" target="_blank">the `alembic` directory in the source code</a>.
+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 <a href="https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/src/backend/app/alembic" class="external-link" target="_blank">the `alembic` directory in the source code</a>.
 
 ### Create a dependency
 
index a936eb27b4d6a526a4f7b1801e0d6ddd48d64150..c49374971eaa0ca07b2bd06af889045c1bf79fee 100644 (file)
@@ -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/)ใ€‚
 
 ### ๅˆ›ๅปบไพ่ต–้กน