Skip to content

Commit 3fb1ae7

Browse files
authored
docs: fix change-available-groups links
1 parent f1c2150 commit 3fb1ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/AuthGroups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AuthGroups extends BaseConfig
2929
*
3030
* @var array<string, array<string, string>>
3131
*
32-
* @see https://github.com/codeigniter4/shield/blob/develop/docs/quickstart.md#change-available-groups for more info
32+
* @see https://codeigniter4.github.io/shield/quick_start_guide/using_authorization/#change-available-groups for more info
3333
*/
3434
public array $groups = [
3535
'superadmin' => [

0 commit comments

Comments
 (0)