From 06940f14ae3230a059a7a7bbffac124a1ef2347e Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 25 Apr 2019 07:47:33 +0200
Subject: [PATCH] updating symlinks

---
 2019/template/Gruntfile.coffee | 2 +-
 2019/template/package.json     | 2 +-
 2019/template/theme            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/2019/template/Gruntfile.coffee b/2019/template/Gruntfile.coffee
index 507dab4a..71ae4e3a 120000
--- a/2019/template/Gruntfile.coffee
+++ b/2019/template/Gruntfile.coffee
@@ -1 +1 @@
-../../Gruntfile.coffee
\ No newline at end of file
+../../components/Gruntfile.coffee
\ No newline at end of file
diff --git a/2019/template/package.json b/2019/template/package.json
index 138a42cd..d1ec8ef1 120000
--- a/2019/template/package.json
+++ b/2019/template/package.json
@@ -1 +1 @@
-../../package.json
\ No newline at end of file
+../../components/package.json
\ No newline at end of file
diff --git a/2019/template/theme b/2019/template/theme
index c825a7e2..eac76485 120000
--- a/2019/template/theme
+++ b/2019/template/theme
@@ -1 +1 @@
-../../theme
\ No newline at end of file
+../../components/theme
\ No newline at end of file
-- 
GitLab