📝 Update link to docs for intro to databases (#593)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Abenezer Belachew 2023-10-23 11:22:22 -06:00 committed by GitHub
parent fc3120a877
commit 9b186c89a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ Successfully installed sqlmodel
## Example
For an introduction to databases, SQL, and everything else, see the <a href="https://sqlmodel.tiangolo.com" target="_blank">SQLModel documentation</a>.
For an introduction to databases, SQL, and everything else, see the <a href="https://sqlmodel.tiangolo.com/databases/" target="_blank">SQLModel documentation</a>.
Here's a quick example. ✨