From a0a3f8dc9747389bb4645adee07695bae980eec8 Mon Sep 17 00:00:00 2001
From: George Adrian Stoica <stoica@ntnu.no>
Date: Tue, 7 Sep 2021 08:33:55 +0000
Subject: [PATCH] Fixes include dir

---
 lectures/revealjs/04-lecture.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lectures/revealjs/04-lecture.adoc b/lectures/revealjs/04-lecture.adoc
index 2813f65..b783199 100644
--- a/lectures/revealjs/04-lecture.adoc
+++ b/lectures/revealjs/04-lecture.adoc
@@ -1,7 +1,7 @@
 = Scrum / Gitlab
 :customcss: slides.css
 :icons: font
-:includedir: revealjs/includes/
+:includedir: includes/
 :LECTURE_TOPIC: Scrum / Gitlab
 :LECTURE_NO: 4th lecture
 
@@ -188,4 +188,4 @@ IT1901 Fall 2021 - {LECTURE_NO}
 [color = "#fff6d5"]
 == Gitlab demo
 
-include::{includedir}footer.adoc[]
\ No newline at end of file
+include::{includedir}footer.adoc[]
-- 
GitLab