Skip to content

Commit 8dbe29f

Browse files
committed
update urls
1 parent c3a1f02 commit 8dbe29f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

config/docs.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22

33
return [
44

5-
'version' => env('STATAMIC_DOCS_VERSION', '5'),
5+
'version' => env('STATAMIC_DOCS_VERSION', '6'),
66

77
'versions' => [
88
[
99
'version' => '6',
1010
'branch' => '6.x',
11-
'url' => 'https://v6.statamic.dev',
12-
'beta' => true,
11+
'url' => 'https://statamic.dev',
1312
],
1413
[
1514
'version' => '5',
1615
'branch' => '5.x',
17-
'url' => 'https://statamic.dev',
16+
'url' => 'https://v5.statamic.dev',
1817
],
1918
],
2019

0 commit comments

Comments
 (0)