From bda670b635b95a57ae16c449a526ee0ed468bc72 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Fri, 21 Jun 2019 16:42:14 +0200
Subject: [PATCH] Revert "fix for symlink"

This reverts commit debec0d8f01b6cd4eec9763118a7fce98c531fc7.
---
 contribute.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contribute.py b/contribute.py
index 55e47e68..7dbbb843 100644
--- a/contribute.py
+++ b/contribute.py
@@ -49,7 +49,7 @@ def main(date, name):
 
     # generate the symlink to the theme
     createSymlink('../../theme', 'theme')
-    createSymlink('../../template/package.json', 'package.json')
+    createSymlink('../../theme/package.json', 'package.json')
 
     # copy the contents of the template folder
     if not os.path.isfile(os.path.join(fullPath, 'slides', 'index.md')):
-- 
GitLab