Skip to content

Commit 4fa0b08

Browse files
authored
Update introduction.md
1 parent d599909 commit 4fa0b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction.md

+1-1
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](/v3/basic-usage/multiple-guards) section of the readme.
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/v3/basic-usage/multiple-guards/) section of the readme.
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)