From 86dd8597fcc87a08f032b21795520bcb306df017 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Mon, 7 Jan 2019 20:05:48 +0100
Subject: [PATCH] Fix image links again

---
 docs/usage/upgrade_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/upgrade_guide.md b/docs/usage/upgrade_guide.md
index 806c030..e2a89c0 100644
--- a/docs/usage/upgrade_guide.md
+++ b/docs/usage/upgrade_guide.md
@@ -6,7 +6,7 @@ This guide is intended to help users upgrading from older versions with the rece
 
 In the old versions, autocomplete was only possible through the use of the autocomplete button in the input line.
 
-<img src="/assets/images/autocomplete_old.png" alt="Old Autocomplete Example" style="max-width: 50%">
+<img src="../../assets/images/autocomplete_old.png" alt="Old Autocomplete Example" style="max-width: 50%">
 
 Nowadays, there are many possible solutions for autocomplete:
 
-- 
GitLab