mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
docs: fix broken migration links (#11760)
This commit is contained in:
parent
51fbcf4045
commit
ba3319d583
2
.github/workflows/commit-validation.yml
vendored
2
.github/workflows/commit-validation.yml
vendored
@ -8,8 +8,6 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@ -34,7 +34,7 @@ TypeORM is highly influenced by other ORMs, such as [Hibernate](http://hibernate
|
||||
- Cascades.
|
||||
- Indices.
|
||||
- Transactions.
|
||||
- [Migrations](../migrations/01-why.md) with automatic generation.
|
||||
- [Migrations](/docs/migrations/why) with automatic generation.
|
||||
- Connection pooling.
|
||||
- Replication.
|
||||
- Using multiple database instances.
|
||||
@ -1195,7 +1195,7 @@ There are several extensions that simplify working with TypeORM and integrating
|
||||
- ER Diagram generator - [typeorm-uml](https://github.com/eugene-manuilov/typeorm-uml/)
|
||||
- another ER Diagram generator - [erdia](https://www.npmjs.com/package/erdia/)
|
||||
- Create, drop and seed database - [typeorm-extension](https://github.com/tada5hi/typeorm-extension)
|
||||
- Automatically update `data-source.ts` after generating [migrations](../migrations/01-why.md)/entities - [typeorm-codebase-sync](https://www.npmjs.com/package/typeorm-codebase-sync)
|
||||
- Automatically update `data-source.ts` after generating [migrations](/docs/migrations/why)/entities - [typeorm-codebase-sync](https://www.npmjs.com/package/typeorm-codebase-sync)
|
||||
- Easy manipulation of `relations` objects - [typeorm-relations](https://npmjs.com/package/typeorm-relations)
|
||||
- Automatically generate `relations` based on a GraphQL query - [typeorm-relations-graphql](https://npmjs.com/package/typeorm-relations-graphql)
|
||||
|
||||
|
||||
@ -101,7 +101,7 @@ export const redirects = [
|
||||
},
|
||||
{ from: "/data-source-api", to: "/docs/data-source/data-source-api" },
|
||||
|
||||
{ from: "/migrations", to: "/docs/migrations" },
|
||||
{ from: "/migrations", to: "/docs/migrations/why" },
|
||||
{ from: "/transactions", to: "/docs/advanced-topics/transactions" },
|
||||
{ from: "/indices", to: "/docs/advanced-topics/indices" },
|
||||
{
|
||||
@ -123,5 +123,5 @@ export const redirects = [
|
||||
{ from: "/getting-started", to: "/docs/getting-started" },
|
||||
{ from: "/future-of-typeorm", to: "/docs/future-of-typeorm" },
|
||||
{ from: "/query-runner", to: "/docs/query-runner" },
|
||||
{ from: "/docs/advanced-topics/migrations", to: "/docs/migrations" },
|
||||
{ from: "/docs/advanced-topics/migrations", to: "/docs/migrations/why" },
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user