Skip to content

Commit

Permalink
SAK-42683 JobScheduler : Trigger help link 404 (sakaiproject#7482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Aragon authored and ottenhoff committed Oct 23, 2019
1 parent 2d1aaad commit 53541bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<h:inputText id="trigger_expression" value="#{schedulerTool.triggerExpression}"
required="true" validator="#{schedulerTool.validateTriggerExpression}"/>
<h:message for="trigger_expression" styleClass="chefRequiredInline"/>
<h:outputLink value="http://www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/crontrigger.html" title="Quartz Cron Expression Support" target="_new">
<h:outputLink value="http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html" title="Quartz Cron Expression Support" target="_new">
<h:outputText value="#{msgs.help}"/>
</h:outputLink>
</h:panelGroup>
Expand Down

0 comments on commit 53541bf

Please sign in to comment.