Browse code

Merge pull request #27031 from mstanleyjones/fix_broken_image_link

Revert "Add direct link to event chart image"
(cherry picked from commit 6f07a4a69b17d6a1bf902a5ec30ad046645e9c23)

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

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