Skip to content

Commit

Permalink
Replace broken link to cronmaker
Browse files Browse the repository at this point in the history
Replace broken external link with internal docs link
Updates to repository documentation. #173
  • Loading branch information
DavidWiseman committed Apr 27, 2022
1 parent 67b0df8 commit 06d706c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions DBADashServiceConfig/ScheduleConfig.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DBADashServiceConfig/ScheduleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private void bttnOK_Click(object sender, EventArgs e)

private void lnkCron_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
var psi = new ProcessStartInfo("http://www.cronmaker.com/") { UseShellExecute = true };
var psi = new ProcessStartInfo("https://github.com/trimble-oss/dba-dash/blob/main/Docs/Collection.md#cron-expressions") { UseShellExecute = true };
Process.Start(psi);
}
}
Expand Down
4 changes: 2 additions & 2 deletions Docs/Collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ Cron expressions might seem cryptic but they provide a lot of flexibility for sc
Tip: DBA Dash has a "Schedule Description" column that you can use to validate your cron expression.
### Cron Generators

[freeformatter.com](https://www.freeformatter.com/cron-expression-generator-quartz.html#crongenerator)
[crontab.cronhub.io](https://crontab.cronhub.io/)
* [freeformatter.com](https://www.freeformatter.com/cron-expression-generator-quartz.html#crongenerator)
* [crontab.cronhub.io](https://crontab.cronhub.io/)



Expand Down
Binary file modified Docs/Schedule.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06d706c

Please sign in to comment.