]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
โœ๏ธ Fix links to alembic example repo in docs (#11628)
authorAugustus D'Souza <augiwan@users.noreply.github.com>
Sun, 14 Jul 2024 01:46:19 +0000 (07:16 +0530)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2024 01:46:19 +0000 (01:46 +0000)
docs/em/docs/tutorial/sql-databases.md
docs/en/docs/tutorial/sql-databases.md
docs/zh/docs/tutorial/sql-databases.md

index 4c87409845f22e8abb7d5224f7a68af0f342d8ad..5a5227352ab2b488400878894b70a1072a65454a 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/src/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-template/tree/master/backend/app/alembic" class="external-link" target="_blank"> `alembic` ๐Ÿ“ โ„น ๐Ÿ“Ÿ</a>.
 
 ### โœ ๐Ÿ”—
 
index 0b4d06b99ce17bb2fa2b5aa5a94f132b28a2cfd1..1f0ebc08b987aee1362b0629b32632e5887b4507 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/src/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 [Full Stack FastAPI Template](../project-generation.md){.internal-link target=_blank}. Specifically in <a href="https://github.com/tiangolo/full-stack-fastapi-template/tree/master/backend/app/alembic" class="external-link" target="_blank">the `alembic` directory in the source code</a>.
 
 ### Create a dependency
 
index bd7c10571c4971c896a464434d3031f739630fa0..8629b23fa412c57be08dd1ec39a17312dc3f4d87 100644 (file)
@@ -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)ใ€‚
 
 ### ๅˆ›ๅปบไพ่ต–้กน