Skip to content

Commit

Permalink
Merge pull request #1668 from Stiverton/develop
Browse files Browse the repository at this point in the history
Update Cron docs link to v3
  • Loading branch information
fiftin authored Jan 7, 2024
2 parents ce8b4d7 + 3aaff9f commit 30f8c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/TemplateForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down

0 comments on commit 30f8c5a

Please sign in to comment.