Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove localhost links #412

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/documentation/docs/column-types/mysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All examples in this part of the documentation do not use database column name a

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.

You can read more about it [here](http://localhost:4321/docs/sql-schema-declaration#shape-your-data-schema)
You can read more about it [here](http://orm.drizzle.team/docs/sql-schema-declaration#shape-your-data-schema)
</Callout>

### integer
Expand Down
2 changes: 1 addition & 1 deletion src/content/documentation/docs/column-types/pg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All examples in this part of the documentation do not use database column name a

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.

You can read more about it [here](http://localhost:4321/docs/sql-schema-declaration#shape-your-data-schema)
You can read more about it [here](http://orm.drizzle.team/docs/sql-schema-declaration#shape-your-data-schema)
</Callout>

### integer
Expand Down
2 changes: 1 addition & 1 deletion src/content/documentation/docs/column-types/sqlite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All examples in this part of the documentation do not use database column name a

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.

You can read more about it [here](http://localhost:4321/docs/sql-schema-declaration#shape-your-data-schema)
You can read more about it [here](http://orm.drizzle.team/docs/sql-schema-declaration#shape-your-data-schema)
</Callout>

### Integer
Expand Down