From 5825cd2b142143e264a198163dac5041497b30f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?=
 <marcus.thelander_andren@control.lth.se>
Date: Thu, 11 Apr 2019 14:24:16 +0200
Subject: [PATCH] fixed dead figure link.

---
 docs/build/man/introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/build/man/introduction.md b/docs/build/man/introduction.md
index 5ed1fc4..4374052 100644
--- a/docs/build/man/introduction.md
+++ b/docs/build/man/introduction.md
@@ -4,7 +4,7 @@
 # Introduction
 
 
-<img src="/images/labio_overview.png" height="150" width="900">
+<img src="../fig/labio_overview.png" height="150" width="900">
 
 
 This project is developing a software package in [Julia](https://julialang.org/) for interfacing with lab processes using either the [BeagleBone Black Rev C](http://beagleboard.org/) (BBB) with custom [IO-board cape](https://gitlab.control.lth.se/labdev/ioboards), or the old IO-boxes in the labs using Comedi. With this package, the user is able to setup a connection between the host computer and the IO-device, and send and receive control signals and measurements from the lab process.
-- 
GitLab