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

[Postgres-js]: Update broken links in README.md #1900

Open
wants to merge 3 commits into
base: beta
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions drizzle-orm/src/postgres-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const client = postgres(connectionString);
const db = drizzle(client);
```

See [main docs](/drizzle-orm/src/pg-core/README.md#sql-schema-declaration) for further usage.
See [main docs](https://orm.drizzle.team/docs/sql-schema-declaration) for further usage.

## Running migrations

Expand All @@ -43,4 +43,4 @@ const db = drizzle(migrationsClient);
await migrate(db, { migrationsFolder: '...' });
```

See [main migrations docs](/drizzle-orm/src/pg-core/README.md#migrations) for further info.
See [main migrations docs](https://orm.drizzle.team/docs/migrations) for further info.