]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update link to docs for intro to databases (#593)
authorAbenezer Belachew <43050633+abenezerBelachew@users.noreply.github.com>
Mon, 23 Oct 2023 17:22:22 +0000 (11:22 -0600)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 17:22:22 +0000 (17:22 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/index.md

index a9387c510a8dab77908c8d7de8c292fa8ecbb58d..524ef992a37aeea630ae0035c8ab2c0bc7750c0b 100644 (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. ✨