Skip to content

Commit 722ee7d

Browse files
committed
Fix broken image links in reference documentation.
Resolves #1328.
1 parent 6031855 commit 722ee7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/asciidoctor/server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The server-side of Spring-WS is designed around a central class that dispatches
1717

1818
The following sequence diagram shows the processing and dispatching flow of the `MessageDispatcher`:
1919

20-
image::sequence.png[align="center"]
20+
image::images/sequence.png[align="center"]
2121

2222
When a `MessageDispatcher` is set up for use and a request comes in for that specific dispatcher, the `MessageDispatcher` starts processing the request. The following process describes how `MessageDispatcher` handles a request:
2323

src/main/asciidoctor/what-is-spring-ws.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Spring-WS consists of a number of modules, which are described in the remainder
6363

6464
The following figure shows and the dependencies between the Spring-WS modules. Arrows indicate dependencies (that is, Spring-WS Core depends on Spring-XML and the OXM module found in Spring 3 and higher).
6565

66-
image::spring-deps.png[align="center"]
66+
image::images/spring-deps.png[align="center"]
6767

6868
== Supported standards
6969

0 commit comments

Comments
 (0)