diff options
Diffstat (limited to 'docs/progguide/examples.adoc')
-rw-r--r-- | docs/progguide/examples.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/progguide/examples.adoc b/docs/progguide/examples.adoc index ca4fc2fdb..caa74a620 100644 --- a/docs/progguide/examples.adoc +++ b/docs/progguide/examples.adoc @@ -287,7 +287,7 @@ aspects, though simple, are not totally trivial. The diagram below gives an overview of the aspects and their interaction with the class `Point`. -image:images/aspects.gif[image] +image:images/aspects.png[image] ===== The `CloneablePoint` aspect @@ -1314,7 +1314,7 @@ is used to connect them. Conference calls between more than two customers will involve more than one connection. A customer may be involved in many calls at one time. -image:images/telecom.gif[image] +image:images/telecom.png[image] ===== The `Customer` class |