Browse code

Add direct link to event chart image

This adds a direct link to the event chart image
so that the full-resolution image can be "zoomed"
in to.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/09/15 06:16:32
Showing 1 changed files
... ...
@@ -94,7 +94,7 @@ wget --no-check-certificate --certificate=$DOCKER_CERT_PATH/cert.pem \
94 94
 
95 95
 The following diagram depicts the container states accessible through the API.
96 96
 
97
-![States](images/event_state.png)
97
+[![States](images/event_state.png)](../images/event_state.png)
98 98
 
99 99
 Some container-related events are not affected by container state, so they are not included in this diagram. These events are:
100 100