From acdd6c86fb9368f4b768dcefcee5614cf2e1ccbf Mon Sep 17 00:00:00 2001
From: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Date: Tue, 21 Oct 2025 14:53:05 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20broken=20links=20in=20docs?=
=?UTF-8?q?=20(#1601)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Fix broken links in docs
---
docs/tutorial/create-db-and-table-with-db-browser.md | 2 +-
docs/tutorial/create-db-and-table.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/tutorial/create-db-and-table-with-db-browser.md b/docs/tutorial/create-db-and-table-with-db-browser.md
index b3a6f960..4c535df1 100644
--- a/docs/tutorial/create-db-and-table-with-db-browser.md
+++ b/docs/tutorial/create-db-and-table-with-db-browser.md
@@ -40,7 +40,7 @@ Click the button New Database.
-A dialog should show up. Go to the [project directory you created](./index.md#create-a-project){.internal-link target=_blank} and save the file with a name of `database.db`.
+A dialog should show up. Go to the [project directory you created](../virtual-environments.md#create-a-project){.internal-link target=_blank} and save the file with a name of `database.db`.
/// tip
diff --git a/docs/tutorial/create-db-and-table.md b/docs/tutorial/create-db-and-table.md
index 2f2f34c8..688567ed 100644
--- a/docs/tutorial/create-db-and-table.md
+++ b/docs/tutorial/create-db-and-table.md
@@ -2,7 +2,7 @@
Now let's get to the code. 👩💻
-Make sure you are inside of your project directory and with your virtual environment activated as [explained in the previous chapter](index.md){.internal-link target=_blank}.
+Make sure you are inside of your project directory and with your virtual environment activated as explained in [Virtual Environments](../virtual-environments.md#create-a-project){.internal-link target=_blank}.
We will:
@@ -327,7 +327,7 @@ Put the code it in a file `app.py` if you haven't already.
/// tip
-Remember to [activate the virtual environment](./index.md#create-a-python-virtual-environment){.internal-link target=_blank} before running it.
+Remember to [activate the virtual environment](../virtual-environments.md#create-a-virtual-environment){.internal-link target=_blank} before running it.
///