mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-13 20:55:15 +00:00
Fix the wrong link to the cron job document (#2740)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user