Skip to content

Commit

Permalink
Merge branch 'master' into hotfix/dynamic-accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig authored Jan 3, 2022
2 parents 5f40e47 + f16baa4 commit 11487e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ export class Shoe extends Model {
## Scopes

Scopes can be defined with annotations as well. The scope options are identical to native
sequelize (See sequelize [docs](https://docs.sequelizejs.com/manual/tutorial/scopes.html) for more details)
sequelize (See sequelize [docs](https://sequelize.org/master/manual/scopes.html) for more details)

### `@DefaultScope` and `@Scopes`

Expand Down

0 comments on commit 11487e9

Please sign in to comment.