Skip to content

Commit

Permalink
馃摑 Fix broken link in docs/en/docs/tutorial/sql-databases.md (#10765)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
  • Loading branch information
HurSungYun and alejsdev committed Jan 10, 2024
1 parent 1cd23a1 commit 843bc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/tutorial/sql-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def read_user(user_id: int, db: Session = Depends(get_db)):
```

!!! info
If you need to connect to your relational database asynchronously, see [Async SQL (Relational) Databases](../advanced/async-sql-databases.md){.internal-link target=_blank}.
If you need to connect to your relational database asynchronously, see [Async SQL (Relational) Databases](../how-to/async-sql-encode-databases.md){.internal-link target=_blank}.

!!! note "Very Technical Details"
If you are curious and have a deep technical knowledge, you can check the very technical details of how this `async def` vs `def` is handled in the [Async](../async.md#very-technical-details){.internal-link target=_blank} docs.
Expand Down

0 comments on commit 843bc85

Please sign in to comment.