bahlulh commented on a change in pull request #3802: NIFI-6755 "Chron Trigger Tutorial" link broken in NiFi User Guide URL: https://github.com/apache/nifi/pull/3802#discussion_r334110783
########## File path: nifi-docs/src/main/asciidoc/user-guide.adoc ########## @@ -627,7 +627,7 @@ For example: * The string `0 20 14 ? * MON-FRI` indicates that you want to schedule the processor to run at 2:20 PM every Monday through Friday. * The string `0 15 10 ? * 6L 2011-2017` indicates that you want to schedule the processor to run at 10:15 AM, on the last Friday of every month, between 2011 and 2017. -For additional information and examples, see the link:http://www.quartz-scheduler.org/documentation/quartz-2.x/tutorials/crontrigger.html[Chron Trigger Tutorial^] in the Quartz documentation. +For additional information and examples on cron triggers, see tutorials in link:http://www.quartz-scheduler.org/documentation/[Quartz Documentation^]. Review comment: @kevdoran I have update the PR according to your suggestion. I think it is a good idea to give a version specific link (possible to break in the future) and a fallback general link. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
