Skip to content

Commit 9d6328c

Browse files
authored
docs: fix TypeORM Subscribers section TypeORM link
1 parent 6cb1590 commit 9d6328c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/techniques/sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ async createMany(users: User[]) {
436436

437437
#### Subscribers
438438

439-
With TypeORM [subscribers](https://typeorm.io/#/listeners-and-subscribers/what-is-a-subscriber), you can listen to specific entity events.
439+
With TypeORM [subscribers](https://typeorm.io/docs/advanced-topics/listeners-and-subscribers#what-is-a-subscriber), you can listen to specific entity events.
440440

441441
```typescript
442442
import {
@@ -483,7 +483,7 @@ import { UserSubscriber } from './user.subscriber';
483483
export class UsersModule {}
484484
```
485485

486-
> info **Hint** Learn more about entity subscribers [here](https://typeorm.io/#/listeners-and-subscribers/what-is-a-subscriber).
486+
> info **Hint** Learn more about entity subscribers [here](https://typeorm.io/docs/advanced-topics/listeners-and-subscribers#what-is-a-subscriber).
487487
488488
#### Migrations
489489

0 commit comments

Comments
 (0)