Insert link to chapter Default Attribute Values of Graphics Algorithms
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/add-feature.htm b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/add-feature.htm
index 38a1353..5e2889a 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/add-feature.htm
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/add-feature.htm
@@ -175,12 +175,13 @@
 <!-- End code ------------------------------------------------------------------------------- -->

 <p class="Note"><strong>Note on graphics algorithms and values:</strong> Graphics 

 algorithms, which are created with &quot;create&quot;-methods, have suitable default values 

-as comfort. Default values are defined in the meta model. The rounded rectangle 

+as comfort. Default values are defined in the meta model and the framework. The rounded rectangle 

 has the following default values: {lineWidth: 1, lineStyle: SOLID, filled: &lt;unset&gt;, 

 lineVisible: &lt;unset&gt;, transparency: 0.0, width: 0, height: 0, x: 0, y: 0}. When 

 using the &quot;create plain&quot;-methods instead, all values have to be set explicitly. 

 You can find more details about setting values and styles in chapter

-<a href="http://www.spiegel.de/">&quot;Using Styles&quot;</a> and in the JavaDoc of

+<a href="http://www.spiegel.de/">&quot;Using Styles&quot;</a>,

+<a href="default_values.html">&quot;Default Attribute Values of Graphics Algorithms&quot;</a> and in the JavaDoc of

 <a href="../../../javadoc/org/eclipse/graphiti/services/IGaCreateService.html">IGaCreateService</a>.</p>

 <p class="Note"><b>Note on colors and fonts:</b> In contrast to other graphical 

 objects like e.g. rectangles or lines, colors and fonts are managed objects. This