Skip to content

Commit 9ddcdbb

Browse files
authored
1 parent d23eef4 commit 9ddcdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Filament/Pages/Settings/GeneralPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function form(Form $form): Form
8989
Forms\Components\TextInput::make('speedtest_schedule')
9090
->rules([new Cron()])
9191
->helperText('Leave empty to disable scheduled tests.')
92-
->hint(new HtmlString('&#x1f517;<a href="https://crontab.cronhub.io/" target="_blank" rel="nofollow">Cron Generator</a>'))
92+
->hint(new HtmlString('&#x1f517;<a href="https://crontab.guru" target="_blank" rel="nofollow">Cron Generator</a>'))
9393
->nullable()
9494
->columnSpan(1),
9595
Forms\Components\TextInput::make('prune_results_older_than')

0 commit comments

Comments
 (0)