From db97f8cf30c18111dfb8cdf2d2397ff4c201350d Mon Sep 17 00:00:00 2001
From: David Huss <dh@widerstandzwecklos.at>
Date: Wed, 13 Feb 2019 10:28:14 +0100
Subject: [PATCH] Update README.md

---
 LPSU/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/LPSU/README.md b/LPSU/README.md
index 2cbb228..bb658fb 100644
--- a/LPSU/README.md
+++ b/LPSU/README.md
@@ -8,7 +8,7 @@ A simple ±12V linear power supply, which supplys max 1.5A on each rail. This PS
 
 ## Circuit
 
-![images/simple_psu_schematic.png](simple_psu_schematic.png)
+<img src="./images/simple_psu_schematic.png" width="100%" />
 
 
 The Circuit is based on a Toroid transformer which converts 230VAC to 15VDC (this value is the effective value, The peak-to-peak voltage is roughly 42Vpp). The four diodes D1, D2, D3 and D4 form a bridge rectifier – a circuit used to convert AC voltage to DC voltage. With this we can convert positive and negative halfwaves of the two sine voltages of the transformer's secondary windings to DC (roughly 20VDC).
@@ -21,7 +21,7 @@ Adjust R5 and R10 to fit the used light diodes and desired brightness.
 
 ## Pics
 
-<img src="images/simple_psu_pic.jpg" width="50%">   
+<img src="./images/simple_psu_pic.jpg" width="50%">   
 The LEDs glow and the PSU is calibrated to 12V with the multimeter.  
 
 ## BOM
-- 
GitLab