Skip to content

Commit f526099

Browse files
fix link to timezones guide
1 parent 49f83fb commit f526099

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/collections/pages/5-to-6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ It's best practice to keep dates as UTC until you're ready to display them, whic
9595

9696
This settings _should_ have been automatically set to `true` by Statamic during the upgrade, but you should confirm it.
9797

98-
For more information on how Timezones work in Statamic 6, please see the [Timezones guide](knowledge-base/tips/timezones).
98+
For more information on how Timezones work in Statamic 6, please see the [Timezones guide](/knowledge-base/tips/timezones).
9999

100100
#### Control Panel
101101
Dates in the Control Panel are now localized to the user's operating system timezone, rather than the application timezone.
@@ -776,4 +776,4 @@ public function up(): void
776776
});
777777
});
778778
}
779-
```
779+
```

0 commit comments

Comments
 (0)