Skip to content

Commit 692a647

Browse files
committed
Fixed broken link
In "grant_types" "see issuing acces tokens" was broken.
1 parent af6596b commit 692a647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The file in `config/oauth2.php` contains plenty of options you can use to config
55
### `grant_types`
66
options: `array`
77

8-
An array of grant types supported by the authorization server to obtain an access token. See [Issuing access tokens](https://github.com/lucadegasperi/oauth2-server-laravel/wiki#authorization-server) for how to configure and use the different grant types.
8+
An array of grant types supported by the authorization server to obtain an access token. See [Issuing access tokens](https://github.com/lucadegasperi/oauth2-server-laravel/blob/master/docs/authorization-server/choosing-grant.md) for how to configure and use the different grant types.
99

1010
### `token_type`
1111
options: `string`

0 commit comments

Comments
 (0)