Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ec8d98c

Browse files
authored
docs: fix TypeORM entities page url reference on sql.md
1 parent 9951393 commit ec8d98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/techniques/sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class User {
113113
}
114114
```
115115

116-
> info **Hint** Learn more about entities in the [TypeORM documentation](https://typeorm.io/#/entities).
116+
> info **Hint** Learn more about entities in the [TypeORM documentation](https://typeorm.io/docs/entity/entities/).
117117
118118
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.
119119

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /