Author: rwesten
Date: Thu Jan 26 15:33:13 2012
New Revision: 1236244

URL: http://svn.apache.org/viewvc?rev=1236244&view=rev
Log:
fixed relative links

Modified:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementjobmanager.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementjobmanager.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementjobmanager.mdtext?rev=1236244&r1=1236243&r2=1236244&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementjobmanager.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancementjobmanager.mdtext
 Thu Jan 26 15:33:13 2012
@@ -1,7 +1,7 @@
 Title: EnhancementJobManager
 
 
-The EnhancementJobManager is component responsible for the execution of the 
[ExecutionPlan](../chains/executionplan.html) as provided by the [Enhancement 
Chain](../chains/enhancementchain.html) on the ContentItem.
+The EnhancementJobManager is component responsible for the execution of the 
[ExecutionPlan](chains/executionplan.html) as provided by the [Enhancement 
Chain](chains/enhancementchain.html) on the ContentItem.
 
 
 ## EnhancementJobManager interface
@@ -18,13 +18,13 @@ Note that the parsed ContentItem will be
 
 ## Enhancement Process
 
-While the [ExecutionPlan](../chains/executionplan.html) defines what 
EnhancementEgnies are used and how they depend on each the 
EnhancementJobManager is responsible for the actual execution of the 
enhancement process based on this plan. This section provides detailed 
information about requirements and expectations that MUST BE considered.
+While the [ExecutionPlan](chains/executionplan.html) defines what 
EnhancementEgnies are used and how they depend on each the 
EnhancementJobManager is responsible for the actual execution of the 
enhancement process based on this plan. This section provides detailed 
information about requirements and expectations that MUST BE considered.
 
 The EnhancementJobManager is also responsible to create and update the 
[ExecutionMetadata](executionmetadata.html) in the metadata of the processed 
ContentItem.
 
 ### Retrieving the ExecutionPlan
 
-The [ExecutionPlan](../chains/executionplan.html) is provided by the Chain in 
a final graph that is guaranteed to be not changed. However because the 
configuration of a Chain might be change at any time the EnhancementJobManager 
MUST retrieve the execution plan only once and used it during the whole 
enhancement process.
+The [ExecutionPlan](chains/executionplan.html) is provided by the Chain in a 
final graph that is guaranteed to be not changed. However because the 
configuration of a Chain might be change at any time the EnhancementJobManager 
MUST retrieve the execution plan only once and used it during the whole 
enhancement process.
 
 Before the start of the enhancement process the EnhancementJobManager needs 
first to initialize the [ExecutionMetadata](executionmetadata.html) for the 
ContentItem. This includes
 


Reply via email to