This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 3e18659 [ZEPPELIN-4487] Fix quartz url. 3e18659 is described below commit 3e186591e4989a4c0ffc9ebd8ecbf5e901f608e3 Author: Frank Oosterhuis <frank.oosterh...@getthere.nl> AuthorDate: Fri Dec 13 16:07:57 2019 +0100 [ZEPPELIN-4487] Fix quartz url. ### What is this PR for? Fixes external url ### What type of PR is it? Bug Fix ### Todos ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-4487 ### How should this be tested? Manually, as it's external. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Frank Oosterhuis <frank.oosterh...@getthere.nl> Closes #3550 from frankivo/ZEPPELIN-4487 and squashes the following commits: 1336f3072 [Frank Oosterhuis] [ZEPPELIN-4487] Fix quartz url. --- zeppelin-web/src/app/notebook/notebook-actionBar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeppelin-web/src/app/notebook/notebook-actionBar.html b/zeppelin-web/src/app/notebook/notebook-actionBar.html index b2f98e5..b37b913 100644 --- a/zeppelin-web/src/app/notebook/notebook-actionBar.html +++ b/zeppelin-web/src/app/notebook/notebook-actionBar.html @@ -274,7 +274,7 @@ limitations under the License. <li> <div class="cron-preset-container"> Run note with cron scheduler. - Either choose from preset or write your own <a href="http://www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/crontrigger" target="_blank">cron expression</a>. + Either choose from preset or write your own <a href="https://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/tutorial-lesson-06.html" target="_blank">cron expression</a>. <div> <span>- Preset</span> <a class="cron-preset" ng-repeat="cr in cronOption"