Skip to content

Commit 0795548

Browse files
committed
fix: broken anchor
1 parent 8ea8f1c commit 0795548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ entities:
117117
| Option | Default | Type | Description |
118118
| ---------------- | -------------------------- | -------- | --------------------------------------------------------------------------- |
119119
| **nameSingular** | _singular lower case name_ | string | The singular lowercase name of your entity. Used widely on the admin panel. |
120-
| **policies** | - | Policies | The [access control policies](./auth.md#access-policies) of your entity |
120+
| **policies** | - | Policies | The [access control policies](./access-policies.md) of your entity |
121121
| **properties** | `[]` | Array | The [properties](./entities.md#properties) of your entity |
122122
| **slug** | _plural dasherized name_ | string | The kebab-case slug of the entity that will define API endpoints. |
123123

0 commit comments

Comments
 (0)