From aaad2c7513f2d568953b2d00ccf1bfd09fb044c1 Mon Sep 17 00:00:00 2001
From: Bram Veenboer <bram.veenboer@gmail.com>
Date: Fri, 9 Jun 2017 14:46:26 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 755ecaf..ec97da0 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ PowerSensor is a tool that measures the instantaneous power consumption of PCIe
 
 ## Hardware
 A PowerSensor measures the instantaneous power use of a GPU:
-<img src="http://www.astron.nl/~romein/PowerSensor/hardware.jpg" alt="The PowerSensor hardware" width="60%">
+<img src="http://i.imgur.com/7XtyzTP.png" alt="The PowerSensor hardware" width="60%">
 The PowerSensor hardware consists of an Arduino microcontroller board, current sensors (ACS712), a PCIe riser card (to measure the power drawn from the motherboard), an optional LCD screen, and a USB cable that connects to the host. In this typical scenario, we use three sensors that measure the PCIe slot power (12 V and 3.3 V) and the external PCIe cable power. The microcontroller interprets the readings from the current sensors, and reports the measured power consumption via USB to the host.
 
 ## Example
-- 
GitLab