Update Cron docs link to v3

This commit is contained in:
Andrew 2023-12-06 14:15:22 -05:00
parent 16248d0fe9
commit 3aaff9f937

View File

@ -43,7 +43,7 @@
<p>{{ $t('definesAutorunSchedule') }}</p>
<p>
{{ $t('forMoreInformationAboutCronSeeThe') }}
<a href="https://pkg.go.dev/github.com/robfig/cron#hdr-CRON_Expression_Format"
<a href="https://pkg.go.dev/github.com/robfig/cron/v3#hdr-CRON_Expression_Format"
target="_blank"
>{{ $t('cronExpressionFormatReference') }}</a>.
</p>
@ -271,7 +271,7 @@
<small class="mt-1 mb-4 d-block">
{{ $t('readThe') }}
<a target="_blank" href="https://pkg.go.dev/github.com/robfig/cron#hdr-CRON_Expression_Format">{{ $t('docs') }}</a>
<a target="_blank" href="https://pkg.go.dev/github.com/robfig/cron/v3#hdr-CRON_Expression_Format">{{ $t('docs') }}</a>
{{ $t('toLearnMoreAboutCron') }}
</small>