Skip to content

Commit 20dd894

Browse files
authored
update broken link to laravel exception (#2023)
1 parent 54acbae commit 20dd894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/advanced-usage/exceptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you need to override exceptions thrown by this package, you can simply use no
77

88
An example is shown below for your convenience, but nothing here is specific to this package other than the name of the exception.
99

10-
You can find all the exceptions added by this package in the code here: https://github.com/spatie/laravel-permission/tree/main/src/Exceptions
10+
You can find all the exceptions added by this package in the code here: [https://github.com/spatie/laravel-permission/tree/main/src/Exceptions](https://github.com/spatie/laravel-permission/tree/main/src/Exceptions)
1111

1212

1313
**app/Exceptions/Handler.php**

0 commit comments

Comments
 (0)