Fix the wrong link to the cron job document (#2740)

This commit is contained in:
Ricardo Escaran 2023-11-05 15:13:28 +08:00 committed by GitHub
parent 19dca1e19c
commit 5c72b8d532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<template>
<Settings :title="$t('repo.settings.crons.crons')" :desc="$t('repo.settings.crons.desc')" docs-url="docs/usage/crons">
<Settings :title="$t('repo.settings.crons.crons')" :desc="$t('repo.settings.crons.desc')" docs-url="docs/usage/cron">
<template #titleActions>
<Button
v-if="selectedCron"