]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Fix broken links in docs (#1601)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Tue, 21 Oct 2025 12:53:05 +0000 (14:53 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 12:53:05 +0000 (14:53 +0200)
Fix broken links in docs

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

index b3a6f960ae60e0c049a98607f0c78f24c97e7364..4c535df11cddbc001d6f2a206747fe2d743d1e19 100644 (file)
@@ -40,7 +40,7 @@ Click the button <kbd>New Database</kbd>.
 
 <img class="shadow" src="/img/create-db-and-table-with-db-browser/image001.png">
 
-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
 
index 2f2f34c828794ba68cf472f4910fbe2ade5c227f..688567ed4dcf2a4753b054490a2a5a83dd6d2a54 100644 (file)
@@ -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.
 
 ///