Skip to content

Commit 5ade193

Browse files
committed
Merge pull request #699 from kroeder/patch-1
Fixed broken link
2 parents af6596b + 692a647 commit 5ade193

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)