We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23eef4 commit 9ddcdbbCopy full SHA for 9ddcdbb
app/Filament/Pages/Settings/GeneralPage.php
@@ -89,7 +89,7 @@ public function form(Form $form): Form
89
Forms\Components\TextInput::make('speedtest_schedule')
90
->rules([new Cron()])
91
->helperText('Leave empty to disable scheduled tests.')
92
- ->hint(new HtmlString('🔗<a href="https://crontab.cronhub.io/" target="_blank" rel="nofollow">Cron Generator</a>'))
+ ->hint(new HtmlString('🔗<a href="https://crontab.guru" target="_blank" rel="nofollow">Cron Generator</a>'))
93
->nullable()
94
->columnSpan(1),
95
Forms\Components\TextInput::make('prune_results_older_than')
0 commit comments