From 600da0a25c841992ca73e7fc519ebbd986bbcc6e Mon Sep 17 00:00:00 2001 From: Toby Penner Date: Thu, 20 Jun 2024 21:16:56 -0500 Subject: [PATCH] =?utf8?q?=E2=9C=8F=EF=B8=8F=20Fix=20internal=20link=20in?= =?utf8?q?=20`docs/tutorial/create-db-and-table.md`=20(#911)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/tutorial/create-db-and-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/create-db-and-table.md b/docs/tutorial/create-db-and-table.md index f508cf7c..761c979e 100644 --- a/docs/tutorial/create-db-and-table.md +++ b/docs/tutorial/create-db-and-table.md @@ -688,7 +688,7 @@ In the example in the previous chapter we created the table using `TEXT` for som But in this output SQLAlchemy is using `VARCHAR` instead. Let's see what's going on. -Remember that [each SQL Database has some different variations in what they support?](../databases/#sql-the-language){.internal-link target=_blank} +Remember that [each SQL Database has some different variations in what they support?](../databases.md#sql-the-language){.internal-link target=_blank} This is one of the differences. Each database supports some particular **data types**, like `INTEGER` and `TEXT`. -- 2.47.2