mirror of
https://github.com/nestjs/docs.nestjs.com.git
synced 2026-02-25 22:15:07 +00:00
Merge pull request #3319 from hiqueCa/patch-2
docs: fix TypeORM entities page url reference on sql.md
This commit is contained in:
@@ -113,7 +113,7 @@ export class User {
|
||||
}
|
||||
```
|
||||
|
||||
> info **Hint** Learn more about entities in the [TypeORM documentation](https://typeorm.io/#/entities).
|
||||
> info **Hint** Learn more about entities in the [TypeORM documentation](https://typeorm.io/docs/entity/entities/).
|
||||
|
||||
The `User` entity file sits in the `users` directory. This directory contains all files related to the `UsersModule`. You can decide where to keep your model files, however, we recommend creating them near their **domain**, in the corresponding module directory.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user