From: Abenezer Belachew <43050633+abenezerBelachew@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:22:22 +0000 (-0600) Subject: 📝 Update link to docs for intro to databases (#593) X-Git-Tag: 0.0.9~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b186c89a8a54812ba0c86c99b4e8768e5b79cd5;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update link to docs for intro to databases (#593) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/index.md b/docs/index.md index a9387c51..524ef992 100644 --- a/docs/index.md +++ b/docs/index.md @@ -68,7 +68,7 @@ Successfully installed sqlmodel ## Example -For an introduction to databases, SQL, and everything else, see the SQLModel documentation. +For an introduction to databases, SQL, and everything else, see the SQLModel documentation. Here's a quick example. ✨