mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-07 18:08:48 +00:00
Fix the wrong link to the cron job document (#2740)
This commit is contained in:
parent
19dca1e19c
commit
5c72b8d532
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<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>
|
<template #titleActions>
|
||||||
<Button
|
<Button
|
||||||
v-if="selectedCron"
|
v-if="selectedCron"
|
||||||
|
|
Loading…
Reference in a new issue