You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2015/07/01 08:52:55 UTC

svn commit: r1688560 - /sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext

Author: kwin
Date: Wed Jul  1 06:52:55 2015
New Revision: 1688560

URL: http://svn.apache.org/r1688560
Log:
fix link

Modified:
    sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext

Modified: sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext?rev=1688560&r1=1688559&r2=1688560&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/scheduler-service-commons-scheduler.mdtext Wed Jul  1 06:52:55 2015
@@ -3,7 +3,7 @@ Title: Scheduler Service (commons schedu
 The scheduler is a service for scheduling other services/jobs (it uses the open source Quartz library). The scheduler can be used in two ways, by registering the job through the scheduler API and by leveraging the whiteboard pattern that is supported by the scheduler. In most cases the whiteboard pattern is preferred
 
 <div class="note">
-The notion of Job used in this context is a different one than the one used for [Sling Jobs]({{ refs.apache-sling-eventing-and-job-handling.path }}) . The main difference is that a scheduler's job is not persisted. 
+The notion of Job used in this context is a different one than the one used for <a href="{{ refs.apache-sling-eventing-and-job-handling.path }}">Sling Jobs</a>. The main difference is that a scheduler's job is not persisted.
 </div>
 
 ## Examples of jobs that are scheduled by leveraging the whiteboard pattern