tiangolo / sqlmodel

SQL databases in Python, designed for simplicity, compatibility, and robustness.
https://sqlmodel.tiangolo.com/
MIT License
13.54k stars 611 forks source link

Internal link failed at create-db-and-table.md #853

Closed chinabiue closed 1 week ago

chinabiue commented 3 months ago

Privileged issue

Issue Content

In md file \sqlmodel\docs\tutorial\create-db-and-table.md, line 485, there is a internal link failed.

Remember that [each SQL Database has some different variations in what they support?](../databases/#sql-the-language){.internal-link target=_blank}

Should be:

Remember that [each SQL Database has some different variations in what they support?](../databases.md#sql-the-language){.internal-link target=_blank}