Author: antonio Date: Tue Dec 28 05:57:30 2004 New Revision: 123507 URL: http://svn.apache.org/viewcvs?view=rev&rev=123507 Log: Fix typos + update quartz link Modified: cocoon/trunk/src/blocks/cron/samples/docs.xml
Modified: cocoon/trunk/src/blocks/cron/samples/docs.xml Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/cron/samples/docs.xml?view=diff&rev=123507&p1=cocoon/trunk/src/blocks/cron/samples/docs.xml&r1=123506&p2=cocoon/trunk/src/blocks/cron/samples/docs.xml&r2=123507 ============================================================================== --- cocoon/trunk/src/blocks/cron/samples/docs.xml (original) +++ cocoon/trunk/src/blocks/cron/samples/docs.xml Tue Dec 28 05:57:30 2004 @@ -24,9 +24,9 @@ This implementation of the Java interface <link href="/api/java/org/apache/cocoon/components/cron/JobScheduler.html"> <code>JobScheduler</code></link> - is based on the <link href="http://quartz.sf.net">Quartz</link> + is based on the <link href="http://sourceforge.net/projects/quartz/">Quartz</link> job scheduling project and the - <code>RunnableManager</code></link> as a ThreadPool implementation for the Quartz Scheduler. + <code>RunnableManager</code> as a ThreadPool implementation for the Quartz Scheduler. </p> <p style="background-color: yellow"> @@ -111,7 +111,7 @@ </source> <p> As mentioned in the beginning, more information about the thread pool details base on the - <code>RunnableManager#createPool(...)</code></link> method can be found there. + <code>RunnableManager#createPool(...)</code> method can be found there. </p> </section>