Fix broken image links

This commit is contained in:
Maria Bermudez 2019-03-13 17:33:57 -07:00 committed by GitHub
parent 5e12bc1716
commit f7b7d44700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Docker Engine running in swarm mode has a routing mesh, which makes it easy
to expose your services to the outside world. Since all nodes participate
in the routing mesh, users can access your service by contacting any node.
![swarm routing mess](../images/interlock-overview-1.svg)
![swarm routing mess](../../images/interlock-overview-1.svg)
In this example the WordPress service is listening on port 8000 of the routing
mesh. Even though the service is running on a single node, users can access
@ -21,7 +21,7 @@ instead of IP addresses.
This functionality is made available through the Interlock component.
![layer 7 routing](../images/interlock-overview-2.svg)
![layer 7 routing](../../images/interlock-overview-2.svg)
In this example, users can access the WordPress service using
`http://wordpress.example.org`. Interlock takes care of routing traffic to