Skip to content

Commit 5aab18e

Browse files
authored
Merge pull request #464 from dotkernel/alexmerlin-patch-1
Fixed versioning documentation URL in `config/autoload/local.php.dist`
2 parents 6b3318d + f3f4a08 commit 5aab18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/autoload/local.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ return [
2525
'version' => 6.0,
2626
'url' => $baseUrl,
2727
'versioning' => [
28-
'documentation_url' => 'https://docs.dotkernel.org/api-documentation/v6/core-features/versioning',
28+
'documentation_url' => 'https://docs.dotkernel.org/api-documentation/v6/tutorials/api-evolution/',
2929
],
3030
],
3131
'authentication' => [

0 commit comments

Comments
 (0)