Skip to content

Commit 592014a

Browse files
docs(column-types): fix broken sql schema declaration links
1 parent a4f7965 commit 592014a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/documentation/docs/column-types/mysql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All examples in this part of the documentation do not use database column name a
1111

1212
You can use database aliases in column names if you want, and you can also use the `casing` parameter to define a mapping strategy for Drizzle.
1313

14-
You can read more about it [here](http://localhost:4321/docs/sql-schema-declaration#shape-your-data-schema)
14+
You can read more about it [here](/docs/sql-schema-declaration#shape-your-data-schema)
1515
</Callout>
1616

1717
### integer

src/content/documentation/docs/column-types/pg.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All examples in this part of the documentation do not use database column name a
1212

1313
You can use database aliases in column names if you want, and you can also use the `casing` parameter to define a mapping strategy for Drizzle.
1414

15-
You can read more about it [here](http://localhost:4321/docs/sql-schema-declaration#shape-your-data-schema)
15+
You can read more about it [here](/docs/sql-schema-declaration#shape-your-data-schema)
1616
</Callout>
1717

1818
### integer

src/content/documentation/docs/column-types/sqlite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All examples in this part of the documentation do not use database column name a
1616

1717
You can use database aliases in column names if you want, and you can also use the `casing` parameter to define a mapping strategy for Drizzle.
1818

19-
You can read more about it [here](http://localhost:4321/docs/sql-schema-declaration#shape-your-data-schema)
19+
You can read more about it [here](/docs/sql-schema-declaration#shape-your-data-schema)
2020
</Callout>
2121

2222
### Integer

0 commit comments

Comments
 (0)