From 0c4665295e2ecf0d119d94c373001448ed2fb555 Mon Sep 17 00:00:00 2001 From: Heiner Peuser Date: Wed, 24 Feb 2016 00:52:18 +0100 Subject: [PATCH] Fixed image URLs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72d501d..5a7d472 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Mounting the volumes /var/lib/docker and /var/run/docker.sock (read-only) is req Mounting the volume /opt/docker-stats/db is optional. You can use it if you want to persist the SQLite database. ## Screenshots -![All containers' memory usage](https://raw.githubusercontent.com/virtualzone/docker-container-stats/img/master/img/all-containers-mem.png) +![All containers' memory usage](https://raw.githubusercontent.com/virtualzone/docker-container-stats/master/img/all-containers-mem.png) -![All containers' inbound network traffic](https://raw.githubusercontent.com/virtualzone/docker-container-stats/img/master/img/all-containers-net.png) +![All containers' inbound network traffic](https://raw.githubusercontent.com/virtualzone/docker-container-stats/master/img/all-containers-net.png) -![Selected container's latest statistics](https://raw.githubusercontent.com/virtualzone/docker-container-stats/img/master/img/selected-container.png) \ No newline at end of file +![Selected container's latest statistics](https://raw.githubusercontent.com/virtualzone/docker-container-stats/master/img/selected-container.png) \ No newline at end of file