Skip to content

Commit bf9442f

Browse files
authored
chore: update schedule link (#4278)
1 parent 097b3c5 commit bf9442f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/core/js/src/admin/components/StatusWidget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default class StatusWidget extends DashboardWidget {
4040
[
4141
<span>
4242
<strong>{app.translator.trans('core.admin.dashboard.status.headers.scheduler-status')}</strong>{' '}
43-
<LinkButton href="https://discuss.flarum.org/d/24118" external={true} target="_blank" icon="fas fa-info-circle" />
43+
<LinkButton href="https://docs.flarum.org/scheduler" external={true} target="_blank" icon="fas fa-info-circle" />
4444
</span>,
4545
<br />,
4646
app.data.schedulerStatus,

0 commit comments

Comments
 (0)