Skip to content

Commit ddaeda1

Browse files
authored
Merge pull request #2234 from chengkangzai/patch-1
[Docs] Fix broken Link that link to freek's blog post
2 parents aa4f83d + c19742a commit ddaeda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-usage/super-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Jeffrey Way explains the concept of a super-admin (and a model owner, and model
3838

3939
Alternatively you might want to move the Super Admin check to the `Gate::after` phase instead, particularly if your Super Admin shouldn't be allowed to do things your app doesn't want "anyone" to do, such as writing more than 1 review, or bypassing unsubscribe rules, etc.
4040

41-
The following code snippet is inspired from [Freek's blog article](https://murze.be/when-to-use-gateafter-in-laravel) where this topic is discussed further.
41+
The following code snippet is inspired from [Freek's blog article](https://freek.dev/1325-when-to-use-gateafter-in-laravel) where this topic is discussed further.
4242

4343
```php
4444
// somewhere in a service provider

0 commit comments

Comments
 (0)