Skip to content

Commit 2b48c48

Browse files
committed
[ci skip] 📝 Fix link to scopes doc
1 parent 17f8de8 commit 2b48c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/associations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ UserProjects = sequelize.define('UserProjects', {
200200
```
201201

202202
## Scopes
203-
This section concerns association scopes. For a definition of assocation scopes vs. scopes on associated models, see [Scopes](docs/scopes).
203+
This section concerns association scopes. For a definition of assocation scopes vs. scopes on associated models, see [Scopes](scopes).
204204

205205
Association scopes allow you to place a scope (a set of default attributes for `get` and `create`) on the association. Scopes can be placed both on the associated model (the target of the association), and on the through table for n:m relations.
206206

0 commit comments

Comments
 (0)