Skip to content

Commit eb99164

Browse files
authored
Merge pull request marmelab#10303 from marmelab/fix-authentication-link-to-authorization
[Doc] Fix Authorization link in Authentication page
2 parents ecc7321 + 992a02f commit eb99164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ export const dataProvider = addRefreshAuthToDataProvider(baseDataProvider, refre
416416

417417
## Authorization
418418

419-
Access control and permissions allow you to restrict certain pages to specific users. React-admin provides powerful primitives for implementing authorization logic. For detailed guidance, check out the [Authorization](./Authorization.md) documentation.
419+
Access control and permissions allow you to restrict certain pages to specific users. React-admin provides powerful primitives for implementing authorization logic. For detailed guidance, check out the [Authorization](./Permissions.md) documentation.
420420

421421
<video controls autoplay muted loop>
422422
<source src="./img/AccessControl.mp4" type="video/mp4"/>

0 commit comments

Comments
 (0)