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 "create"-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: <unset>,
lineVisible: <unset>, transparency: 0.0, width: 0, height: 0, x: 0, y: 0}. When
using the "create plain"-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/">"Using Styles"</a> and in the JavaDoc of
+<a href="http://www.spiegel.de/">"Using Styles"</a>,
+<a href="default_values.html">"Default Attribute Values of Graphics Algorithms"</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