Skip to content

Commit 46fc8f2

Browse files
authored
Fix links (#1973)
Co-authored-by: Erik Niebla <ep_niebla@hotmail.com>
1 parent 94443e5 commit 46fc8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $user->assignRole('writer');
1717
$role->givePermissionTo('edit articles');
1818
```
1919

20-
If you're using multiple guards we've got you covered as well. Every guard will have its own set of permissions and roles that can be assigned to the guard's users. Read about it in the [using multiple guards](https://docs.spatie.be/laravel-permission/v5/basic-usage/multiple-guards/) section.
20+
If you're using multiple guards we've got you covered as well. Every guard will have its own set of permissions and roles that can be assigned to the guard's users. Read about it in the [using multiple guards](./basic-usage/multiple-guards/) section.
2121

2222
Because all permissions will be registered on [Laravel's gate](https://laravel.com/docs/authorization), you can check if a user has a permission with Laravel's default `can` function:
2323

0 commit comments

Comments
 (0)