diff options
Diffstat (limited to 'docs/progguide/gettingstarted.adoc')
-rw-r--r-- | docs/progguide/gettingstarted.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/progguide/gettingstarted.adoc b/docs/progguide/gettingstarted.adoc index ca05f782b..3f0889915 100644 --- a/docs/progguide/gettingstarted.adoc +++ b/docs/progguide/gettingstarted.adoc @@ -60,7 +60,7 @@ The features are presented using a simple figure editor system. A is also a `Display`. Most example programs later in this chapter are based on this system as well. -image:figureUML.gif[ UML for the `FigureEditor` example ] +image:images/figureUML.gif[ UML for the `FigureEditor` example ] The motivation for AspectJ (and likewise for aspect-oriented programming) is the realization that there are issues or concerns that |