Skip to content

Commit 600da0a

Browse files
authored
✏️ Fix internal link in docs/tutorial/create-db-and-table.md (#911)
1 parent 96bfd85 commit 600da0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/create-db-and-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ In the example in the previous chapter we created the table using `TEXT` for som
688688

689689
But in this output SQLAlchemy is using `VARCHAR` instead. Let's see what's going on.
690690

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

693693
This is one of the differences. Each database supports some particular **data types**, like `INTEGER` and `TEXT`.
694694

0 commit comments

Comments
 (0)