reinstated image
Change-Id: I342a69ef9d2b46d1b0fe075988269465b16032cb
diff --git a/model_driven.html b/model_driven.html
index e930985..aaea9db 100644
--- a/model_driven.html
+++ b/model_driven.html
@@ -126,7 +126,7 @@
Note that the input data can be linked to tests. input data is linked to data structures, requirements are linked to functional design, and functional design is linked to tests.<br><br>
Note that the UML for data structures is basically the same as the UML of SMCubes .<br><br>
An example of the UML for SMCubes is here:<br>
-<img src="core_class_diagram.png" alt="" height="600" width="800"> <br>
+<img src="smcubes_model.jpg" alt="" height="600" width="800"> <br>
A ‘model instance’ is a concrete instance of some classes (e.g. a VARIABLE with the name attribute set to ‘CountryOfResidence’ with an associated Domain Object with a name attribute set to ‘Countries’) . <br> <br>
Instances of the models can be stored as CoCaSon, and can be loaded into memory as in memory objects. <br> <br>