Fixed incorrect file names (mismatched case) on three image files per bug 234003 comment 34.
diff --git a/Article-AutomatingDSLEmbeddings/index.html b/Article-AutomatingDSLEmbeddings/index.html
index 317b560..bc7e983 100644
--- a/Article-AutomatingDSLEmbeddings/index.html
+++ b/Article-AutomatingDSLEmbeddings/index.html
@@ -466,7 +466,7 @@
 

 	<table align="center" cellspacing="6" cellpadding="6">

 		<tr>

-			<td><img src="images/ClassDeclEcore.png">&nbsp;&nbsp;&nbsp;&nbsp;</td>

+			<td><img src="images/ClassDeclEcore.PNG">&nbsp;&nbsp;&nbsp;&nbsp;</td>

 			<td>&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/ClassDeclAPI.png"></td>

 		</tr>

 		<caption align="bottom"><b>Figure 7</b></caption>

@@ -565,10 +565,10 @@
 

 <table align="center" border="0" cellpadding="8">

 	<tr>

-		<td><img src="images/manualconstraintA.png" alt="" /></td>

+		<td><img src="images/manualconstraintA.PNG" alt="" /></td>

 	</tr>

 	<tr>

-		<td><img src="images/manualconstraintB.png" alt="" /></td>

+		<td><img src="images/manualconstraintB.PNG" alt="" /></td>

 	</tr>

 	<caption align="bottom"><b>Figure 8:</b> Constraint to complete when no OCL boolean expression was specified</caption>

 </table>