Skip to content

Commit 7346d93

Browse files
authored
docs: Fix incorrect links (#3242)
1 parent 0b35bf4 commit 7346d93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/getting-started-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ $ sqlc push --tag tutorial
222222

223223
In the sidebar, go to the "Insights" section to run checks against your queries.
224224
If you need access to a pre-configured MySQL database, check out [managed
225-
databases](../howtwo/managed-databases.md).
225+
databases](../howto/managed-databases.md).

docs/tutorials/getting-started-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ $ sqlc push --tag tutorial
242242

243243
In the sidebar, go to the "Insights" section to run checks against your queries.
244244
If you need access to a pre-configured PostgreSQL database, check out [managed
245-
databases](../howtwo/managed-databases.md).
245+
databases](../howto/managed-databases.md).

0 commit comments

Comments
 (0)