diff --git a/html/language.html b/html/language.html
index 6e53262289145a9c68c9315279619c0bbd75f07d..eabd45b5348c7c753f973ae3da4e910425e926c2 100644
--- a/html/language.html
+++ b/html/language.html
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>Ontology alignment vocabulary</title>
+<title>Expressive alignment language</title>
 <!--style type="text/css">@import url(style.css);</style-->
 <link rel="stylesheet" type="text/css" href="base.css" />
 <link rel="stylesheet" type="text/css" href="style.css" />
@@ -250,7 +250,7 @@ O2:GreenLED a align:Class.
 <p>The corresponding graph:</p>
 
 <!--<img src="graph-partition-pattern-alignment-representation-small.png" border="0" alt="">-->
-<object type="image/svg+xml" data="graph-partition-pattern-alignment-representation-corrected.svg" width="600" height="300">
+<object type="image/svg+xml" data="img/graph-partition-pattern-alignment-representation-corrected.svg" width="600" height="300">
 </object> 
 
 <h3 id="ssec:ex2">Property value transformation (XPath function)</h3>
@@ -271,7 +271,7 @@ O2:weight a align:Property.
 </pre></div>
 <p>The corresponding graph:</p>
 <!--<img src="graph-property-value-xpath-transformation-small.png" border="0" alt="RDF graph of a property value transformation using a XPath function">-->
-<object data="graph-property-value-xpath-transformation.svg" type="image/svg+xml" width="500" height="70">
+<object data="img/graph-property-value-xpath-transformation.svg" type="image/svg+xml" width="500" height="70">
 </object>
 
 <h3 id="ssec:ex3">Property value transformation (other service)</h3>
@@ -294,7 +294,7 @@ O2:hasPrice a align:Property.
 </pre></div>
 <p>The corresponding graph:</p>
 <!--<img src="graph-property-value-transformation-small.png" border="0" alt="Property data transformation RDF graph">-->
-<object data="graph-property-value-transformation.svg" type="image/svg+xml" width="600" height="150">
+<object data="img/graph-property-value-transformation.svg" type="image/svg+xml" width="600" height="150">
 </object>
 
 <h3 id="ssec:ex4">Class with attribute value restriction</h3>
@@ -323,5 +323,5 @@ O2:hasPrice a align:Property.
 	align:entity2 :var2.
 </pre></div>
 <p>The corresponding graph:</p>
-<object data="graph-class-with-attribute-value-restriction.svg" type="image/svg+xml" width="530" height="120">
+<object data="img/graph-class-with-attribute-value-restriction.svg" type="image/svg+xml" width="530" height="120">
 </object>
\ No newline at end of file