From 11f09e6254a69054c5a77b16011443035bb39501 Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Fri, 8 Dec 2017 19:08:23 +0100
Subject: [PATCH] Use relative image paths in README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c446cba..1d6a46d 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,6 @@ The pin order of the 1-Wire connectors is:
 One can solder either male or female pin headers to the breakout board and connect the sensors using Dupont wires, or use female pin headers with the sensors directly plugged into the breakout board.
 
 
-![NodeMCU I²C breakout board](https://github.com/open-tools/NodeMCU-i2c-Breakout-Board/blob/master/images/IMG_0616.JPG "The breakout board with some I²C sensors connected")
-![NodeMCU I²C breakout board](https://github.com/open-tools/NodeMCU-i2c-Breakout-Board/blob/master/images/IMG_0613.JPG "The breakout board with some I²C sensors connected")
-![NodeMCU I²C breakout board](https://github.com/open-tools/NodeMCU-i2c-Breakout-Board/blob/master/images/IMG_0614.JPG "The breakout board with some I²C sensors connected")
+![NodeMCU I²C breakout board](images/IMG_0616.JPG "The breakout board with some I²C sensors connected")
+![NodeMCU I²C breakout board](images/IMG_0613.JPG "The breakout board with some I²C sensors connected")
+![NodeMCU I²C breakout board](images/IMG_0614.JPG "The breakout board with some I²C sensors connected")
-- 
GitLab