--- a/src/main/java/epc/Resource.java
+++ b/src/main/java/epc/Resource.java
@@ -11,8 +11,8 @@
  * <p>
  * The following features are supported:
  * <ul>
- *   <li>{@link epc.Resource#getConsumingFunction <em>Consuming Function</em>}</li>
- *   <li>{@link epc.Resource#getCreatingFunction <em>Creating Function</em>}</li>
+ *   <li>{@link Resource#getConsumingFunction <em>Consuming Function</em>}</li>
+ *   <li>{@link Resource#getCreatingFunction <em>Creating Function</em>}</li>
  * </ul>
  * </p>
  *
@@ -40,7 +40,7 @@
 	ResourceInputConnection getConsumingFunction();
 
 	/**
-	 * Sets the value of the '{@link epc.Resource#getConsumingFunction <em>Consuming Function</em>}' reference.
+	 * Sets the value of the '{@link Resource#getConsumingFunction <em>Consuming Function</em>}' reference.
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
 	 * @param value the new value of the '<em>Consuming Function</em>' reference.
@@ -68,7 +68,7 @@
 	ResourceOutputConnection getCreatingFunction();
 
 	/**
-	 * Sets the value of the '{@link epc.Resource#getCreatingFunction <em>Creating Function</em>}' reference.
+	 * Sets the value of the '{@link Resource#getCreatingFunction <em>Creating Function</em>}' reference.
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
 	 * @param value the new value of the '<em>Creating Function</em>' reference.