remove links to DefaultDecoratingToolBehaviourProvider
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/context-menu.htm b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/context-menu.htm
index cd107ba..14f7244 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/context-menu.htm
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/context-menu.htm
@@ -319,12 +319,7 @@
 behavior when the <a href="custom-feature.htm">custom feature</a> was initially
 implemented and added to the context menu.</span></p>
 
-<p class=MsoNormal><span lang=EN-GB style='color:black'>In our overwriting
-implementation we no longer use <a
-href="../../../javadoc/org/eclipse/graphiti/tb/DefaultToolBehaviorProvider.html#isContextMenuApplicable(org.eclipse.graphiti.features.IFeature)">isContextMenuApplicable</a>,
-so that this method can be deleted now.</span></p>
-
-<p class=MsoNormal><span lang=EN-US>&nbsp;</span></p>
+<p class=MsoNormal></p>
 
 <h2><span lang=EN-GB>Test: Create a Connection by Drag&amp;Drop from a Context
 Button</span></h2>
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/rendering-decorators.htm b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/rendering-decorators.htm
index a7feeab..7c4bf4d 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/rendering-decorators.htm
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/rendering-decorators.htm
@@ -174,15 +174,7 @@
 <p class=MsoNormal><span lang=EN-GB style='color:black'>Currently only the <a
 href="../../../javadoc/org/eclipse/graphiti/tb/ImageRenderingDecorator.html">ImageRenderingDecorator</a>
 is supported, which renders an image at the defined location and can show a
-text message as tooltip.&nbsp;&nbsp;</span></p>
-
-<p class=MsoNormal><span lang=EN-US>&nbsp;</span></p>
-
-<p class=MsoNormal>The class <span class="code2"><a href="../../../javadoc/org/eclipse/graphiti/tb/AdvancedDecoratingToolBehaviorProvider.html"><span style="font-style:normal">DefaultDecoratingToolBehaviorProvider</span></a></span>
-provides a default implementation, which decorates shapes with the problem
-markers (error/warning/info icons) assigned to the corresponding business
-object of the given pictogram element</p>
-
+text message as tooltip.</span></p>
 <p class=MsoNormal><span lang=EN-US>&nbsp;</span></p>
 
 <p class=MsoNormal><span lang=EN-GB style='color:black'>In this example we want