]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update outdated link in `docs/db-to-code.md` (#649)
authorMatvey Fedoseev <41521530+MatveyF@users.noreply.github.com>
Sun, 22 Oct 2023 12:54:36 +0000 (13:54 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2023 12:54:36 +0000 (12:54 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/db-to-code.md

index 2e0fb1babc0fe686020dfcb03d8ef10799bc8a0d..980c457148e786d78bdae2baf7b7eebfe1c30ee1 100644 (file)
@@ -111,7 +111,7 @@ DROP TABLE hero;
 
 That is how you tell the database in SQL to delete the entire table `hero`.
 
-<a href="http://www.nooooooooooooooo.com/" class="external-link" target="_blank">Nooooo!</a> We lost all the data in the `hero` table! 💥😱
+<a href="https://theuselessweb.site/nooooooooooooooo/" class="external-link" target="_blank">Nooooo!</a> We lost all the data in the `hero` table! 💥😱
 
 ### SQL Sanitization
 
@@ -305,4 +305,4 @@ You will see **your own code** a lot more than the internal table names, so it's
 So, to keep things consistent, I'll keep using the same table names that **SQLModel** would have generated.
 
 !!! tip
-    You can also override the table name. You can read about it in the Advanced User Guide.
\ No newline at end of file
+    You can also override the table name. You can read about it in the Advanced User Guide.