diff options
author | Ilia Motornyi <elmot@vaadin.com> | 2017-01-09 09:54:09 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-01-09 09:54:09 +0200 |
commit | 74342821007c1fa1f99df9c7b3703404c3fc7c08 (patch) | |
tree | bb7c57041645ddaa0b14de6b4a4c2e2fb963a6d0 /documentation/architecture/architecture-technology.asciidoc | |
parent | 90a3425fa1b88164918f94796c8c8d54869151a4 (diff) | |
download | vaadin-framework-74342821007c1fa1f99df9c7b3703404c3fc7c08.tar.gz vaadin-framework-74342821007c1fa1f99df9c7b3703404c3fc7c08.zip |
New documentation diagrams (#8156)
Fixes texts and a couple errors in IDEA, components and layout chapters.
Diffstat (limited to 'documentation/architecture/architecture-technology.asciidoc')
-rw-r--r-- | documentation/architecture/architecture-technology.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/architecture/architecture-technology.asciidoc b/documentation/architecture/architecture-technology.asciidoc index 55a5b86585..54e589b704 100644 --- a/documentation/architecture/architecture-technology.asciidoc +++ b/documentation/architecture/architecture-technology.asciidoc @@ -165,7 +165,7 @@ dynamic content. This is illustrated in [[figure.architecture.technology.servlet]] .Java Web Applications and Servlets -image::img/java-servlet-hi.png[width=80%, scaledwidth=100%] +image::img/java-servlet.png[width=80%, scaledwidth=100%] Web applications are usually packaged and deployed to a server as __WAR__ ( __Web application ARchive__) files, which are Java JAR packages, which in turn |