Skip to content

Commit acdd6c8

Browse files
authored
📝 Fix broken links in docs (#1601)
Fix broken links in docs
1 parent 36cf22f commit acdd6c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Click the button <kbd>New Database</kbd>.
4040

4141
<img class="shadow" src="/img/create-db-and-table-with-db-browser/image001.png">
4242

43-
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`.
43+
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`.
4444

4545
/// tip
4646

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Now let's get to the code. 👩‍💻
44

5-
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}.
5+
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}.
66

77
We will:
88

@@ -327,7 +327,7 @@ Put the code it in a file `app.py` if you haven't already.
327327

328328
/// tip
329329

330-
Remember to [activate the virtual environment](./index.md#create-a-python-virtual-environment){.internal-link target=_blank} before running it.
330+
Remember to [activate the virtual environment](../virtual-environments.md#create-a-virtual-environment){.internal-link target=_blank} before running it.
331331

332332
///
333333

0 commit comments

Comments
 (0)