Skip to content

Commit

Permalink
docs(readme): dead link to sequelize docs (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
midik authored Jan 3, 2022
1 parent d25b392 commit f16baa4
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 f16baa4

Please # to comment.