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 9c4ef36

Browse files
Merge pull request #3319 from hiqueCa/patch-2
docs: fix TypeORM entities page url reference on sql.md
2 parents 5d3bddd + ec8d98c commit 9c4ef36

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 によって変換されたページ (->オリジナル) /